Skip to content

Commit 3dab06b

Browse files
Fix test
1 parent 9b356db commit 3dab06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/online/node.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ tape('## Node.js - E2E CI Tests ##', async function (assert) {
9898
assert.test('E2E / SplitFactory with lazy init', lazyInitSuite.bind(null, settings, fetchMock));
9999

100100
// @TODO remove when dropping support for Split Proxy v5.10.0 or below
101-
assert.test('E2E / Proxy fallback', proxyFallbackSuite.bind(null, fetchMock, assert));
101+
assert.test('E2E / Proxy fallback', proxyFallbackSuite.bind(null, fetchMock));
102102

103103
assert.end();
104104
});

0 commit comments

Comments
 (0)