From 32b112ac5dc423eaab48302435a4da27c27a986b Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Wed, 20 Dec 2023 22:33:36 +0100 Subject: [PATCH] thefuck: fix test case --- tests/modules/programs/thefuck/integration-disabled.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/modules/programs/thefuck/integration-disabled.nix b/tests/modules/programs/thefuck/integration-disabled.nix index 10692a721..9a55efac0 100644 --- a/tests/modules/programs/thefuck/integration-disabled.nix +++ b/tests/modules/programs/thefuck/integration-disabled.nix @@ -14,7 +14,7 @@ nmt.script = '' assertFileNotRegex home-files/.bashrc '@thefuck@/bin/thefuck' - assertFileNotExists home-files/.config/fish/functions/fuck.fish + assertPathNotExists home-files/.config/fish/functions/fuck.fish assertFileNotRegex home-files/.zshrc '@thefuck@/bin/thefuck' ''; }