From 4f258945de476b54471b07645013f6aa6c8219bb 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 10692a72..9a55efac 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' ''; }