add test case for StreamIdentifier serialization (#1200)
This commit is contained in:
parent
a1731dc49b
commit
78b565fa9b
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue