feat: convert entire CLI to clibase (#6491)

I'm sorry.
This commit is contained in:
Ammar Bandukwala
2023-03-23 17:42:20 -05:00
committed by GitHub
parent b71b8daa21
commit 2bd6d2908e
345 changed files with 9965 additions and 9082 deletions
+2 -2
View File
@@ -65,7 +65,7 @@ func TestChecker_Notify(t *testing.T) {
})
defer c.Close()
ctx, _ := testutil.Context(t)
ctx := testutil.Context(t, testutil.WaitLong)
for i := 0; i < len(wantVersion); i++ {
select {
@@ -138,7 +138,7 @@ func TestChecker_Latest(t *testing.T) {
})
defer c.Close()
ctx, _ := testutil.Context(t)
ctx := testutil.Context(t, testutil.WaitLong)
_ = ctx
gotR, err := c.Latest(ctx)