Skip to content

Commit

Permalink
Removed extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
svera committed Apr 29, 2024
1 parent 6421332 commit a920b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/webserver/authentication_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ func TestRecover(t *testing.T) {
}

if smtpMock.calledSend {
t.Error("Email service 'send' method called")
t.Error("Email service 'send' method called")
}
})

Expand Down

0 comments on commit a920b6e

Please sign in to comment.