Skip to content

Commit

Permalink
unit tests for handler delete feature phase functions
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanFarooqDev committed Jan 14, 2025
1 parent bb9e2ba commit a908d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/features_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ func TestCreateOrEditStory(t *testing.T) {
assert.Equal(t, http.StatusNotAcceptable, rr.Code)
})

t.Run("should successfully add feature story if request is valid", func(t *testing.T) {
t.Run("should successfully add feature story if request is valids", func(t *testing.T) {
rr := httptest.NewRecorder()
handler := http.HandlerFunc(fHandler.CreateOrEditStory)

Expand Down

0 comments on commit a908d07

Please sign in to comment.