Skip to content

Commit 0e69e4f

Browse files
committed
remove only
1 parent e984ddf commit 0e69e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/project_config/config_manager_factory.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ describe('getPollingConfigManager', () => {
5353
MockExponentialBackoff.mockClear();
5454
});
5555

56-
it.only('should throw an error if the passed cache is not valid', () => {
56+
it('should throw an error if the passed cache is not valid', () => {
5757
expect(() => getPollingConfigManager({
5858
sdkKey: 'sdkKey',
5959
requestHandler: { makeRequest: vi.fn() },

0 commit comments

Comments
 (0)