Skip to content

Commit fbd662b

Browse files
committed
resolved #103
1 parent c1cea54 commit fbd662b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

validator_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1545,6 +1545,7 @@ paths:
15451545
}
15461546

15471547
// https://github.com/pb33f/libopenapi-validator/issues/107
1548+
// https://github.com/pb33f/libopenapi-validator/issues/103
15481549
func TestNewValidator_TestCircularRefsInValidation_Request(t *testing.T) {
15491550

15501551
spec := `openapi: 3.1.0
@@ -1622,6 +1623,7 @@ components:
16221623
}
16231624

16241625
// https://github.com/pb33f/libopenapi-validator/issues/107
1626+
// https://github.com/pb33f/libopenapi-validator/issues/103
16251627
func TestNewValidator_TestCircularRefsInValidation_Response(t *testing.T) {
16261628

16271629
spec := `openapi: 3.1.0

0 commit comments

Comments
 (0)