We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 810d7a8 commit 3d6293bCopy full SHA for 3d6293b
packages/synapse-sdk/src/test/storage.test.ts
@@ -1167,7 +1167,7 @@ describe('StorageService', () => {
1167
})
1168
1169
describe('upload', () => {
1170
- it.only('should handle errors in batch processing gracefully', async () => {
+ it('should handle errors in batch processing gracefully', async () => {
1171
server.use(
1172
JSONRPC({
1173
...presets.basic,
0 commit comments