Skip to content

Commit

Permalink
Unit tests (#1)
Browse files Browse the repository at this point in the history
* Break test

* fix test

* Adjust test 1
  • Loading branch information
tnsoftbear authored Aug 18, 2024
1 parent 57bf883 commit f9c54d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/app/action/deleting_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ func TestDeleteCustomer_NotFound(t *testing.T) {
assert.Equal(t, expectedResponse, response)

customerLoaderMock.AssertExpectations(t)

// Do not check call of DeleteCustomer, since we don't call it in this scenario
}

Expand Down

0 comments on commit f9c54d4

Please sign in to comment.