浏览代码

update TestRegister references

d98762625 6 年之前
父节点
当前提交
e764ddf0b8
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      tests/operations/tests/BLAKE2b.mjs
  2. 1 1
      tests/operations/tests/BLAKE2s.mjs
  3. 1 1
      tests/operations/tests/Charts.mjs

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

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

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

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

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

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