NO-JIRA fixing typo

This commit is contained in:
Clebert Suconic 2024-02-06 11:57:52 -05:00
parent b03bcb5247
commit a325a795cf
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ public class PagedSNFTopicDistributionTest extends ClusterTestBase {
session.commit();
}
// verifying if everything is actually paged, nothing should be rounted on the journal
// verifying if everything is actually paged, nothing should be routed on the journal
HashMap<Integer, AtomicInteger> counters = countJournal(servers[0].getConfiguration());
Assert.assertEquals("There are routed messages on the journal", 0, getCounter(JournalRecordIds.ADD_REF, counters));
Assert.assertEquals("There are routed messages on the journal", 0, getCounter(JournalRecordIds.ADD_MESSAGE, counters));