Skip to content

Commit 1ab80a7

Browse files
committed
chore: fix import
1 parent 24becc0 commit 1ab80a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/interface-datastore/test/key.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-env mocha */
22

33
import { expect } from 'aegir/utils/chai.js'
4-
import { Key } from 'interface-datastore/key'
4+
import { Key } from '../src/key.js'
55

66
const pathSep = '/'
77

0 commit comments

Comments
 (0)