Skip to content

Commit e09d7b4

Browse files
committed
feat: removed-only
1 parent f94ea18 commit e09d7b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sdk/flagsmith.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ test('test_update_environment_sets_environment', async () => {
4040
expect(await flg.getEnvironment()).toStrictEqual(model);
4141
});
4242

43-
test.only('test_update_environment_handles_paginated_document', async () => {
43+
test('test_update_environment_handles_paginated_document', async () => {
4444
const createMockFetch = (pages: any[]) => {
4545
let callCount = 0;
4646
return vi.fn((url: string, options?: RequestInit) => {

0 commit comments

Comments
 (0)