Skip to content

Commit 3eb1cae

Browse files
committed
fix linting
1 parent 55bd119 commit 3eb1cae

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

schema_validation/validate_schema_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,6 @@ components:
878878

879879
// https://github.com/daveshanley/vacuum/issues/520
880880
func TestValidateSchema_OneOf_Discriminant_Valid(t *testing.T) {
881-
882881
spec := `openapi: 3.1.0
883882
info:
884883
title: Test
@@ -923,7 +922,6 @@ components:
923922

924923
// https://github.com/daveshanley/vacuum/issues/520
925924
func TestValidateSchema_OneOf_NoMatches(t *testing.T) {
926-
927925
spec := `openapi: 3.1.0
928926
info:
929927
title: Test
@@ -968,7 +966,6 @@ components:
968966

969967
// https://github.com/daveshanley/vacuum/issues/520
970968
func TestValidateSchema_OneOf_SimpleTypes(t *testing.T) {
971-
972969
testCases := []struct {
973970
name string
974971
spec string

0 commit comments

Comments
 (0)