Skip to content

Commit 35ebffc

Browse files
committed
nixos/alice-lg: fix invalid test name
1 parent 3e8ad28 commit 35ebffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/tests/alice-lg.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let
1313
inherit (pkgs.lib) optionalString;
1414
in
1515
makeTest {
16-
name = "birdwatcher";
16+
name = "alice-lg";
1717
nodes = {
1818
host1 = {
1919
environment.systemPackages = with pkgs; [ jq ];

0 commit comments

Comments
 (0)