Skip to content

Commit

Permalink
Merge pull request #250 from micromata/Release-8.1-SNAPSHOT
Browse files Browse the repository at this point in the history
Test fixed.
  • Loading branch information
kreinhard authored Jan 1, 2025
2 parents 5053f90 + dcf31bd commit 8e1797d
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 8e1797d

Please sign in to comment.