Skip to content

Commit

Permalink
Revert to using built code for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
djMax committed Jun 19, 2017
1 parent 9c8b008 commit db547e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/microlock_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Microlock, {
InvalidTtlError,
AlreadyLockedError,
LockNotOwnedError
} from '../../src/microlock';
} from '../../lib/microlock';

describe('microlock', () => {
let etcd = null
Expand Down

0 comments on commit db547e4

Please sign in to comment.