This commit is contained in:
vis2k 2021-07-07 11:24:37 +08:00
parent fe7ed2ace1
commit 1100af2ae0

View File

@ -24,7 +24,7 @@ public void GetNextMessage_NoBatches()
// test for nimoyd bug, where calling getnextmessage after the previous // test for nimoyd bug, where calling getnextmessage after the previous
// call already returned false would cause an InvalidOperationException. // call already returned false would cause an InvalidOperationException.
[Test] [Test]
public void GetNextMessage_NoBatches_AfterWeHadBatches() public void GetNextMessage_True_False_False_InvalidOperationException()
{ {
// add batch // add batch
byte[] batch = BatcherTests.ConcatTimestamp(TimeStamp, new byte[2]); byte[] batch = BatcherTests.ConcatTimestamp(TimeStamp, new byte[2]);