Skip to content

Commit

Permalink
Test fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
kreinhard committed Jan 1, 2025
1 parent 5053f90 commit dcf31bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class OrderbookStorageTest : AbstractTestBase() {

// Test incremental storage:
var incrementalStats =
orderbookStorageService.createOrderbookSnapshot(incrementalBasedOn = stats.date)
orderbookStorageService.storeOrderbookSnapshot(incrementalBasedOn = stats.date)
Assertions.assertEquals(3, incrementalStats.count)

// Restore the incremental storage:
Expand Down

0 comments on commit dcf31bd

Please sign in to comment.