浏览代码

Fix incorrect import of TestRegister

j433866 6 年之前
父节点
当前提交
4bc4db8232
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/operations/tests/ParseSSHHostKey.mjs

+ 1 - 1
tests/operations/tests/ParseSSHHostKey.mjs

@@ -5,7 +5,7 @@
  * @copyright Crown Copyright 2019
  * @license Apache-2.0
  */
-import TestRegister from "../TestRegister";
+import TestRegister from "../../lib/TestRegister.mjs";
 
 TestRegister.addTests([
     {