Skip to content

Commit

Permalink
Update axon-cosmosdb/src/test/java/org/axonframework/extensions/cosmo…
Browse files Browse the repository at this point in the history
…sdb/eventsourcing/tokenstore/CosmosTokenStoreIntegrationTest.java

Co-authored-by: Steven van Beelen <[email protected]>
  • Loading branch information
gklijs and smcvb authored Jan 10, 2024
1 parent 53b6f7e commit 56bb059
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ void initializeTokens() {
}

@Test
void testInitializeTokensAtGivenPosition() {
void initializeTokensAtGivenPosition() {
testSubject.initializeTokenSegments(PROCESSOR_TWO, TEST_SEGMENT_COUNT, new GlobalSequenceTrackingToken(10));

int[] actual = testSubject.fetchSegments(PROCESSOR_TWO);
Expand Down

0 comments on commit 56bb059

Please sign in to comment.