Skip to content

Commit

Permalink
Update comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
VDubber committed Sep 19, 2024
1 parent 147a271 commit 133dee8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,8 @@ describe('iterateEntities', () => {
(entity) => entity.immutable === true,
);

// Ideally the values would actually be immutable. This could be done by using Object.freeze prior to
// Ideally the values would actually be immutable. This could be done by using Object.freeze
// after integrations have adopted the new version of the SDK.
expect(allHaveNotBeenMutated).toBe(false);
});

Expand Down

0 comments on commit 133dee8

Please sign in to comment.