Skip to content

Commit 927311e

Browse files
committed
feat: New setters for scope data (#1934)
* feat: New setter for scope * fix: Comments
1 parent a1f9d7b commit 927311e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hub/test/scope.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,6 @@ describe('Scope', () => {
355355
scope.setExtra('a', 2);
356356
jest.runAllTimers();
357357
expect(listener).toHaveBeenCalled();
358-
expect(listener.mock.calls[0][0].extra).toEqual({ a: 2 });
358+
expect(listener.mock.calls[0][0]._extra).toEqual({ a: 2 });
359359
});
360360
});

0 commit comments

Comments
 (0)