mirror of
https://github.com/apache/activemq.git
synced 2025-02-16 23:16:52 +00:00
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…
x
Reference in New Issue
Block a user