Skip to content

Commit

Permalink
Fix incorrect import of TestRegister
Browse files Browse the repository at this point in the history
  • Loading branch information
j433866 committed Aug 13, 2019
1 parent 863675e commit 4bc4db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/operations/tests/ParseSSHHostKey.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @copyright Crown Copyright 2019
* @license Apache-2.0
*/
import TestRegister from "../TestRegister";
import TestRegister from "../../lib/TestRegister.mjs";

TestRegister.addTests([
{
Expand Down

0 comments on commit 4bc4db8

Please sign in to comment.