Skip to content

Commit 745aa9b

Browse files
committed
[Testing] Test commit touching a unit test file
1 parent 16847ac commit 745aa9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/pkg/agent/errors/error_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ func TestErrorsIs(t *testing.T) {
4949
{"agent in error wrap", agentInErr, simpleWrap, true},
5050
{"agent in error root", agentInErr, simpleErr, true},
5151
{"agent in error nil check", agentInErr, nil, false},
52+
{"agent in error nil check", agentInErr, nil, false},
5253
}
5354

5455
for _, tc := range tt {

0 commit comments

Comments
 (0)