Skip to content

Commit

Permalink
atuin: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Jul 10, 2024
1 parent f749fab commit f79d950
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tests/modules/programs/atuin/bash.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
};

test.stubs = {
atuin = { };
atuin = { name = "atuin"; };
bash-preexec = { };
};

Expand Down
2 changes: 1 addition & 1 deletion tests/modules/programs/atuin/empty-settings.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
programs.atuin.enable = true;

test.stubs = {
atuin = { };
atuin = { name = "atuin"; };
bash-preexec = { };
};

Expand Down
2 changes: 1 addition & 1 deletion tests/modules/programs/atuin/example-settings.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
};

test.stubs = {
atuin = { };
atuin = { name = "atuin"; };
bash-preexec = { };
};

Expand Down
2 changes: 1 addition & 1 deletion tests/modules/programs/atuin/fish.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
lib.mkForce (builtins.toFile "empty" "");

test.stubs = {
atuin = { };
atuin = { name = "atuin"; };
bash-preexec = { };
};

Expand Down
2 changes: 1 addition & 1 deletion tests/modules/programs/atuin/no-shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
lib.mkForce (builtins.toFile "empty" "");

test.stubs = {
atuin = { };
atuin = { name = "atuin"; };
bash-preexec = { };
};

Expand Down
2 changes: 1 addition & 1 deletion tests/modules/programs/atuin/set-flags.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
lib.mkForce (builtins.toFile "empty" "");

test.stubs = {
atuin = { };
atuin = { name = "atuin"; };
bash-preexec = { };
};

Expand Down
2 changes: 1 addition & 1 deletion tests/modules/programs/atuin/zsh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
};

test.stubs = {
atuin = { };
atuin = { name = "atuin"; };
bash-preexec = { };
};

Expand Down

0 comments on commit f79d950

Please sign in to comment.