test(e2e): refine space limit tests

This commit is contained in:
hexxa 2021-09-29 18:49:38 +08:00 committed by Hexxa
parent b8fdb2bbee
commit 5605839411
2 changed files with 32 additions and 8 deletions

View file

@ -288,7 +288,7 @@ func (s *Server) Start() error {
sig := <-s.signalChan
if sig != nil {
s.deps.Log().Infow(
fmt.Sprintf("received signal %s: shutting down\n", sig.String()),
fmt.Sprintf("received signal %s: shutting down", sig.String()),
)
}
s.Shutdown()