Skip to content

Commit 9470c65

Browse files
mydeaLuca Forstner
andauthored
Update packages/core/test/lib/scope.test.ts
Co-authored-by: Luca Forstner <[email protected]>
1 parent 1f221e0 commit 9470c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/test/lib/scope.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ describe('withScope()', () => {
875875
});
876876
});
877877

878-
it('will always make the inner most passed scope the current scope when nesting calls', done => {
878+
it('will always make the inner most passed scope the current isolation scope when nesting calls', done => {
879879
withIsolationScope(_scope1 => {
880880
withIsolationScope(scope2 => {
881881
expect(getIsolationScope()).toBe(scope2);

0 commit comments

Comments
 (0)