Skip to content

Commit 6d802bd

Browse files
Update code_sample_test.go
1 parent a9e9831 commit 6d802bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cli/internal/openapi/filter/code_sample_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ func TestCodeSampleFilter(t *testing.T) {
279279
require.NoError(t, err)
280280
oasFromTest, err := tt.oas.MarshalJSON()
281281
require.NoError(t, err)
282-
t.Errorf("expected %v, got %v", string(expectedOas), string(oasFromTest))
282+
t.Errorf("expected: %q,\ngot: %q", string(expectedOas), string(oasFromTest))
283283
}
284284
})
285285
}

0 commit comments

Comments
 (0)