File tree Expand file tree Collapse file tree 3 files changed +1
-296
lines changed
test/storage-test/Test/Ouroboros/Storage Expand file tree Collapse file tree 3 files changed +1
-296
lines changed Original file line number Diff line number Diff line change @@ -707,7 +707,6 @@ test-suite storage-test
707707 Test.Ouroboros.Storage.ImmutableDB.StateMachine
708708 Test.Ouroboros.Storage.LedgerDB
709709 Test.Ouroboros.Storage.LedgerDB.Serialisation
710- Test.Ouroboros.Storage.LedgerDB.SnapshotPolicy
711710 Test.Ouroboros.Storage.LedgerDB.Snapshots
712711 Test.Ouroboros.Storage.LedgerDB.StateMachine
713712 Test.Ouroboros.Storage.LedgerDB.StateMachine.TestBlock
Original file line number Diff line number Diff line change 66module Test.Ouroboros.Storage.LedgerDB (tests ) where
77
88import qualified Test.Ouroboros.Storage.LedgerDB.Serialisation as Serialisation
9- import qualified Test.Ouroboros.Storage.LedgerDB.SnapshotPolicy as SnapshotPolicy
109import qualified Test.Ouroboros.Storage.LedgerDB.Snapshots as Snapshots
1110import qualified Test.Ouroboros.Storage.LedgerDB.StateMachine as StateMachine
1211import qualified Test.Ouroboros.Storage.LedgerDB.V1.BackingStore as BackingStore
@@ -23,8 +22,7 @@ tests =
2322 , DbChangelog. tests
2423 ]
2524 , -- Independent of the LedgerDB implementation
26- SnapshotPolicy. tests
27- , Serialisation. tests
25+ Serialisation. tests
2826 , Snapshots. tests
2927 , -- Tests both V1 and V2
3028 StateMachine. tests
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments