diff --git a/test/test.go b/test/test.go index 722cfff1..564c908f 100644 --- a/test/test.go +++ b/test/test.go @@ -66,7 +66,7 @@ func runServer(opts *server.Options) *server.Server { conn.Close() return s } - panic("Unable to start NATs") + panic("Unable to start NATs Server in Go Routine") return nil }