diff --git a/pkgs/nu-git-manager/tests/mod.nu b/pkgs/nu-git-manager/tests/mod.nu index 6a73cf0..f3ea3b6 100644 --- a/pkgs/nu-git-manager/tests/mod.nu +++ b/pkgs/nu-git-manager/tests/mod.nu @@ -204,7 +204,7 @@ export def cache-manipulation [] { root_hash: "", } - def "assert cache" [cache: list]: nothing -> nothing { + def "assert cache" [cache: list]: nothing -> nothing { let actual = open-cache $CACHE | update path { path remove-prefix (pwd | path sanitize) } let expected = $cache | each {|it|