Skip to content

Commit 3d6293b

Browse files
committed
chore: remove only from tests
1 parent 810d7a8 commit 3d6293b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/synapse-sdk/src/test/storage.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ describe('StorageService', () => {
11671167
})
11681168

11691169
describe('upload', () => {
1170-
it.only('should handle errors in batch processing gracefully', async () => {
1170+
it('should handle errors in batch processing gracefully', async () => {
11711171
server.use(
11721172
JSONRPC({
11731173
...presets.basic,

0 commit comments

Comments
 (0)