We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b4e88 commit fc6d9daCopy full SHA for fc6d9da
cli/login_test.go
@@ -29,7 +29,7 @@ func TestLogin(t *testing.T) {
29
root.SetIn(console.Tty())
30
root.SetOut(console.Tty())
31
go func() {
32
- err = root.Execute()
+ err := root.Execute()
33
require.NoError(t, err)
34
}()
35
0 commit comments