mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 09:37:02 +00:00
chore: two small lint fixes (#506)
* chore: faster hash to string conv Signed-off-by: James Hillyerd <james@hillyerd.com> * chore: require NoError in integration test setup Signed-off-by: James Hillyerd <james@hillyerd.com> --------- Signed-off-by: James Hillyerd <james@hillyerd.com>
This commit is contained in:
@@ -43,7 +43,7 @@ type IntegrationSuite struct {
|
||||
|
||||
func (s *IntegrationSuite) SetupSuite() {
|
||||
stopServer, err := startServer()
|
||||
s.NoError(err)
|
||||
s.Require().NoError(err)
|
||||
s.stopServer = stopServer
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user