Skip to content

Commit

Permalink
Improve spec label
Browse files Browse the repository at this point in the history
  • Loading branch information
jchampne committed May 23, 2019
1 parent f89b72c commit 2c8735e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi/openapi_v2_spec_analyser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func TestNewSpecAnalyserV2(t *testing.T) {
Convey("Then the error returned should be nil", func() {
So(err, ShouldBeNil)
})
Convey("AND the specAnalyserV2 struct should contain the expected struct", func() {
Convey("AND the specAnalyserV2 struct should not be nil", func() {
So(specAnalyserV2, ShouldNotBeNil)
})
Convey("And the new doc should contain the definition ref expanded with the right required fields", func() {
Expand Down

0 comments on commit 2c8735e

Please sign in to comment.