Skip to content

Commit

Permalink
fix signature of assert cache in tests
Browse files Browse the repository at this point in the history
actually this looks like a bug from Nushell
  • Loading branch information
amtoine committed Jan 21, 2024
1 parent 3abf8dc commit 97483f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/nu-git-manager/tests/mod.nu
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export def cache-manipulation [] {
root_hash: "",
}

def "assert cache" [cache: list<string>]: nothing -> nothing {
def "assert cache" [cache: list<any>]: nothing -> nothing {
let actual = open-cache $CACHE | update path { path remove-prefix (pwd | path sanitize) }
let expected = $cache
| each {|it|
Expand Down

0 comments on commit 97483f7

Please sign in to comment.