Verified the data coming from NATS as well as added a test for non JetStream version of NATS

This commit is contained in:
nickolasdaniel
2021-07-19 16:56:00 +03:00
committed by Dan Christian Bogos
parent b1ce9ab999
commit 0a6932d6ed

View File

@@ -184,10 +184,3 @@ func TestNatsEE(t *testing.T) {
t.Fatal("Time limit exceeded")
}
}
func TestNatsEEJetStreamRepeat(t *testing.T) {
for i := 0; i < 20; i++ {
time.Sleep(1 * time.Second)
t.Run("TestNatsEEJetStream", TestNatsEEJetStream)
}
}