tests: rename `clightningReplication` -> `clightning-replication`

The test name now matches the file name.
This commit is contained in:
Erik Arvstedt 2022-12-12 11:57:13 +01:00 committed by Greg Shuflin
parent 3550ed1e32
commit 2a073a1d64
3 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -272,7 +272,7 @@ buildable=(
full
regtest
hardened
clightningReplication
clightning-replication
lndPruned
)
buildable() { buildTests buildable "$@"; }

View File

@ -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;