Skip to content

Commit 79a3170

Browse files
committed
fixing copy pasta test name
1 parent 8a4bc86 commit 79a3170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/sdk-client/__tests__/LDClientImpl.changeemitter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const onChangePromise = () =>
3939
});
4040
});
4141

42-
describe('sdk-client storage', () => {
42+
describe('sdk-client change emitter', () => {
4343
beforeEach(() => {
4444
jest.useFakeTimers();
4545
defaultPutResponse = clone<Flags>(mockResponseJson);

0 commit comments

Comments
 (0)