add test case for StreamIdentifier serialization (#1200)

This commit is contained in:
vincentvilo-aws 2023-08-22 14:34:12 -07:00 committed by GitHub
parent a1731dc49b
commit 78b565fa9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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