diff --git a/test/clightning-replication.nix b/test/clightning-replication.nix index 4ee08b5..b607876 100644 --- a/test/clightning-replication.nix +++ b/test/clightning-replication.nix @@ -1,4 +1,4 @@ -# You can run this test via `run-tests.sh -s clightningReplication` +# You can run this test via `run-tests.sh -s clightning-replication` makeTestVM: pkgs: with pkgs.lib; diff --git a/test/run-tests.sh b/test/run-tests.sh index 57296de..97957e3 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -272,7 +272,7 @@ buildable=( full regtest hardened - clightningReplication + clightning-replication lndPruned ) buildable() { buildTests buildable "$@"; } diff --git a/test/tests.nix b/test/tests.nix index cd6c824..36d192e 100644 --- a/test/tests.nix +++ b/test/tests.nix @@ -404,7 +404,7 @@ in { ) scenarios; in { - clightningReplication = import ./clightning-replication.nix makeTestVM pkgs; + clightning-replication = import ./clightning-replication.nix makeTestVM pkgs; } // mainTests; tests = makeTests scenarios;