We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d2b591 commit 9d551b5Copy full SHA for 9d551b5
pkg/env/action_test.go
@@ -158,5 +158,5 @@ func TestActionRole_String_Unknown(t *testing.T) {
158
}
159
}()
160
161
- actionRole(100).String()
+ _ = actionRole(100).String()
162
0 commit comments