Skip to content

Commit

Permalink
"Need to fix linting. Lines aren't identical"
Browse files Browse the repository at this point in the history
  • Loading branch information
Rethakgetse-Manaka committed Jun 28, 2024
1 parent 3b51dfb commit 1aeeb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion occupi-backend/tests/handlers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ func TestCheckIn(t *testing.T) {
name: "Valid Request",
payload: `{
"bookingId": "mock_id",
"creator": "test@example.com"
"creator": "test2@example.com"
}`,
expectedStatusCode: http.StatusOK,
expectedMessage: "Successfully checked in!",
Expand Down

0 comments on commit 1aeeb93

Please sign in to comment.