add test case for StreamIdentifier serialization

This commit is contained in:
Vincent Viloria 2023-08-22 11:05:15 -07:00
parent a1731dc49b
commit ae5fffeab1

View file

@ -44,7 +44,8 @@ public class StreamIdentifierTest {
"123456789012:stream-name:", // missing creation epoch "123456789012:stream-name:", // missing creation epoch
"123456789012:stream-name:-123", // negative creation epoch "123456789012:stream-name:-123", // negative creation epoch
"123456789012:stream-name:abc", // non-numeric creation epoch "123456789012:stream-name:abc", // non-numeric creation epoch
"" "",
"::" // missing account id, stream name, and epoch
)) { )) {
try { try {
StreamIdentifier.multiStreamInstance(pattern); StreamIdentifier.multiStreamInstance(pattern);