mirror of
https://github.com/gchq/CyberChef
synced 2024-12-29 05:53:11 +00:00
Fixed De Bruijn test import
This commit is contained in:
parent
d102e1b15c
commit
e46a7448d9
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
* @copyright Crown Copyright 2017
|
* @copyright Crown Copyright 2017
|
||||||
* @license Apache-2.0
|
* @license Apache-2.0
|
||||||
*/
|
*/
|
||||||
import TestRegister from "../TestRegister.mjs";
|
import TestRegister from "../../lib/TestRegister.mjs";
|
||||||
|
|
||||||
TestRegister.addTests([
|
TestRegister.addTests([
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue