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
parent 85310b533a
commit 6cbd0d93ae
No known key found for this signature in database
GPG key ID: 33312B944DD97846
3 changed files with 3 additions and 3 deletions

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;