diff --git a/tests/modules/programs/firefox/profiles/userchrome/default.nix b/tests/modules/programs/firefox/profiles/userchrome/default.nix index 113a017a..e016a210 100644 --- a/tests/modules/programs/firefox/profiles/userchrome/default.nix +++ b/tests/modules/programs/firefox/profiles/userchrome/default.nix @@ -48,13 +48,13 @@ in assertDirectoryExists home-files/${cfg.configPath}/basic - assertFileNotExists \ + assertPathNotExists \ home-files/${cfg.configPath}/lines/chrome/extraFile.css assertFileContent \ home-files/${cfg.configPath}/lines/chrome/userChrome.css \ ${./chrome/userChrome.css} - assertFileNotExists \ + assertPathNotExists \ home-files/${cfg.configPath}/path/chrome/extraFile.css assertFileContent \ home-files/${cfg.configPath}/path/chrome/userChrome.css \