Skip to content

Commit

Permalink
1599 update convey description
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-nick17 committed May 10, 2023
1 parent 2cc26ff commit eb12a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/feedback_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ func Test_addFeedback(t *testing.T) {
So(len(mockSender.SendCalls()), ShouldEqual, 0)
})

Convey("Then a 500 response is returned", func() {
Convey("Then a 400 response is returned", func() {
So(w.Code, ShouldEqual, http.StatusBadRequest)
})
})
Expand Down

0 comments on commit eb12a4d

Please sign in to comment.