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 16847ac commit 745aa9bCopy full SHA for 745aa9b
internal/pkg/agent/errors/error_test.go
@@ -49,6 +49,7 @@ func TestErrorsIs(t *testing.T) {
49
{"agent in error wrap", agentInErr, simpleWrap, true},
50
{"agent in error root", agentInErr, simpleErr, true},
51
{"agent in error nil check", agentInErr, nil, false},
52
+ {"agent in error nil check", agentInErr, nil, false},
53
}
54
55
for _, tc := range tt {
0 commit comments