Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: sdghchj <sdghchj@qq.com>
  • Loading branch information
sdghchj committed Feb 6, 2024
1 parent 2aa9b65 commit 045542b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ func TestOperation_ParseResponseWithDefault(t *testing.T) {

assert.Equal(t, "An empty response", operation.Responses.Default.Description)

comment = `@Success 200,default {string} Response "A response"`
comment = `@Success 200,default {string} string "A response"`
operation = NewOperation(nil)

err = operation.ParseComment(comment, nil)
Expand Down

0 comments on commit 045542b

Please sign in to comment.