Skip to content

Commit 22541f6

Browse files
committed
try to fix replicator tests
1 parent d2f009c commit 22541f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/server/replicator-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Tests for the inlined replicator utility (originally from https://github.com/inikulin/replicator)
44

55
const assert = require('assert');
6-
const Replicator = require('../../lib/utils/replicator').default;
6+
const Replicator = require('../../lib/utils/replicator');
77
const helpersGH16 = require('./helpers/gh-16');
88

99
describe('Replicator', function () {

0 commit comments

Comments
 (0)