This commit is contained in:
Asim Aslam
2019-08-06 09:15:54 +01:00
parent e16420fdbd
commit 000431f489
2 changed files with 11 additions and 0 deletions

View File

@@ -18,4 +18,9 @@ func TestListen(t *testing.T) {
}
defer l.Close()
}
// TODO nats case test
// natsAddr := "_INBOX.bID2CMRvlNp0vt4tgNBHWf"
// Expect addr DO NOT has extra ":" at the end!
}