Skip to content

Commit

Permalink
fix(gh-r.zunit): alist org name (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdoster authored Nov 8, 2024
1 parent 0c471af commit c346949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gh-r.zunit
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
run "$alacritty" --version; assert $state equals 0
}
@test 'alist' { # A file list program that supports multiple storage, powered by Gin and React
run zinit lbin'!* -> alist' for @alist-org/alist; assert $state equals 0
run zinit lbin'!* -> alist' for @alistgo/alist; assert $state equals 0
local alist="$ZBIN/alist"; assert "$alist" is_executable
run "$alist" version; assert $state equals 0
}
Expand Down

0 comments on commit c346949

Please sign in to comment.