Skip to content

Commit

Permalink
test(fx): pin version to 32.0.0 (#644)
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <[email protected]>
  • Loading branch information
vladdoster authored Mar 19, 2024
1 parent b7b8347 commit 0c18fda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/gh-r.zunit
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
}
@test 'broot' { # A new way to see and navigate directory trees
[[ $OSTYPE =~ 'darwin*' ]] && skip " on $os_type"
run zinit lbin'!*${OSTYPE}*/* -> broot' for @Canop/broot; assert $state equals 0
run zinit for @Canop/broot; assert $state equals 0
local broot="$ZBIN/broot"; assert "$broot" is_executable
run "$broot" --version; assert $state equals 0
}
Expand Down Expand Up @@ -233,7 +233,7 @@
run $fogg version; assert $state equals 0
}
@test 'fx' { # Terminal JSON viewer
run zinit lbin'!* -> fx' for @antonmedv/fx; assert $state equals 0
run zinit lbin'!* -> fx' ver'32.0.0' for @antonmedv/fx; assert $state equals 0
local fx="$ZBIN/fx"; assert "$fx" is_executable
run $fx -v; assert $state equals 0
}
Expand Down

0 comments on commit 0c18fda

Please sign in to comment.