mirror of https://github.com/apache/activemq.git
fix off by one in this unit test
This commit is contained in:
parent
8216e7f4d5
commit
5f865f0f80
|
@ -209,6 +209,6 @@ public class QueueBrowsingTest {
|
|||
}
|
||||
|
||||
browser.close();
|
||||
assertEquals(maxPageSize + 2, received);
|
||||
assertEquals(maxPageSize + 1, received);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue