From fb3c082551ee9f48676c3183d5a4e9e842d3d874 Mon Sep 17 00:00:00 2001 From: vladislav doster <10052309+vladdoster@users.noreply.github.com> Date: Wed, 8 Jun 2022 13:54:25 -0500 Subject: [PATCH] fix: alist repository for gh-r test (#305) - `alist` project ownership was transferred from user`Xhofe` to organization`alist-org` --- tests/gh-r.zunit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gh-r.zunit b/tests/gh-r.zunit index a4172d633..f2868a98f 100755 --- a/tests/gh-r.zunit +++ b/tests/gh-r.zunit @@ -17,7 +17,7 @@ $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 @Xhofe/alist; assert $state equals 0 + run zinit lbin'!* -> alist' for @alist-org/alist; assert $state equals 0 local alist="$ZBIN/alist"; assert "$alist" is_executable $alist --version; assert $state equals 0 }