Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit f475252

Browse files
committed
fix: overrides correctly in pubsub tests
1 parent 9319a4a commit f475252

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/core/interface.spec.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ describe('interface-ipfs-core tests', function () {
9797

9898
tests.ping(commonFactory)
9999

100-
tests.pubsub(createFactory(merge(commonOptions,
101-
{
100+
tests.pubsub(createFactory(commonOptions, merge(overrides, {
101+
go: {
102102
args: ['--enable-pubsub-experiment']
103103
}
104-
), overrides))
104+
})))
105105

106106
tests.repo(commonFactory)
107107

0 commit comments

Comments
 (0)