Skip to content

Commit

Permalink
chore: fix start args
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Apr 19, 2024
1 parent 426e2f1 commit 51115bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/pubsub.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ describe('.pubsub', function () {
this.timeout(30 * 1000) // slow CI

ctl = await f.spawn({
args: ['--enable-pubsub-experiment']
start: {
args: ['--enable-pubsub-experiment']
}
})

ipfs = ctl.api
Expand Down

0 comments on commit 51115bc

Please sign in to comment.