Skip to content

Commit

Permalink
remove .only from test
Browse files Browse the repository at this point in the history
  • Loading branch information
gobengo committed Mar 22, 2024
1 parent 9d46b27 commit 9462e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/test/nfts-upload.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ test.serial('should upload a single file', async (t) => {
t.is(data.deleted_at, null)
})

test.serial.only('should forward uploads to W3UP_URL', async (t) => {
test.serial('should forward uploads to W3UP_URL', async (t) => {
const initialW3upStoreAddCount = mockW3upStoreAddCount
const initialW3upUploadAddCount = mockW3upUploadAddCount
const client = await createClientWithUser(t, {
Expand Down

0 comments on commit 9462e07

Please sign in to comment.