Skip to content

Commit

Permalink
change testcase version to semver
Browse files Browse the repository at this point in the history
  • Loading branch information
coliu19 committed Jan 18, 2024
1 parent fccb6be commit 9aaffa8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/resources/multi-versions/negative-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
name: Dan Hayduk
description: This is a sample API.
title: Sample API
version: '1.0'
version: '1.0.0'
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0
Expand Down
2 changes: 1 addition & 1 deletion test/resources/multi-versions/negative-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.3
info:
title: Sample API
description: This is a sample API.
version: '1.0'
version: '1.0.0'
contact:
name: Dan Hayduk
license:
Expand Down
2 changes: 1 addition & 1 deletion test/resources/multi-versions/positive-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
name: Dan Hayduk
description: This is a sample API.
title: Sample API
version: '1.0'
version: '1.0.0'
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0
Expand Down
2 changes: 1 addition & 1 deletion test/resources/multi-versions/positive-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.3
info:
title: Sample API
description: This is a sample API.
version: '1.0'
version: '1.0.0'
contact:
name: Dan Hayduk
license:
Expand Down
2 changes: 1 addition & 1 deletion test/resources/server-variable-default/negative-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.1.0
info:
title: Sample API
description: This is a sample API.
version: '1.0'
version: '1.0.0'
contact:
name: Dan Hayduk
license:
Expand Down
2 changes: 1 addition & 1 deletion test/resources/server-variable-default/positive-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.1.0
info:
title: Sample API
description: This is a sample API.
version: '1.0'
version: '1.0.0'
contact:
name: Dan Hayduk
license:
Expand Down

0 comments on commit 9aaffa8

Please sign in to comment.