We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b963a1c commit 027e2c6Copy full SHA for 027e2c6
1 file changed
internal/update/update_test.go
@@ -122,15 +122,15 @@ func Test_Update_isIgnoredCommand(t *testing.T) {
122
},
123
"fingerprint command": {
124
command: "_fingerprint",
125
- expected: false,
+ expected: true,
126
127
"version command": {
128
command: "version",
129
130
131
"auth command": {
132
command: "auth",
133
- expected: true,
+ expected: false,
134
135
} {
136
t.Run(name, func(t *testing.T) {
0 commit comments