Skip to content

Commit f277925

Browse files
committed
[tests] Fix util import
1 parent e3740b2 commit f277925

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/connectors/custom.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
Timestamp,
77
Value,
88
} from 'synclets';
9-
import {getHash as getTimestampHash} from 'synclets/utils';
9+
import {getTimestampHash} from 'synclets/utils';
1010
import {getTestSyncletsAndConnectors} from '../common.ts';
1111

1212
const createTestCustomConnector = (options?: ConnectorOptions) => {

0 commit comments

Comments
 (0)