mirror of
https://github.com/nix-community/home-manager
synced 2024-11-18 00:59:44 +01:00
mise: fix test
assertPathExists -> assertFileExists
This commit is contained in:
parent
928f2528f9
commit
0021558dba
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
nmt.script = ''
|
||||
assertFileExists home-files/.config/mise/config.toml
|
||||
assertPathExists home-files/.config/mise/settings.toml
|
||||
assertFileExists home-files/.config/mise/settings.toml
|
||||
|
||||
assertFileContent home-files/.config/mise/config.toml ${
|
||||
pkgs.writeText "mise.config.expected" ''
|
||||
|
|
Loading…
Reference in a new issue