Skip to content

Commit 8eb3c9e

Browse files
committed
Lint
1 parent 0a5d7df commit 8eb3c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cli/internal/openapi/oasdiff_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1332,7 +1332,7 @@ func TestHandlePathConflict(t *testing.T) {
13321332

13331333
err := o.handlePathConflict(tc.basePath, tc.basePathName)
13341334
if tc.expectedError != nil {
1335-
assert.Error(t, err)
1335+
require.Error(t, err)
13361336
assert.IsType(t, tc.expectedError, err)
13371337
} else {
13381338
assert.NoError(t, err)

0 commit comments

Comments
 (0)