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
707
707
Test.Ouroboros.Storage.ImmutableDB.StateMachine
708
708
Test.Ouroboros.Storage.LedgerDB
709
709
Test.Ouroboros.Storage.LedgerDB.Serialisation
710
- Test.Ouroboros.Storage.LedgerDB.SnapshotPolicy
711
710
Test.Ouroboros.Storage.LedgerDB.Snapshots
712
711
Test.Ouroboros.Storage.LedgerDB.StateMachine
713
712
Test.Ouroboros.Storage.LedgerDB.StateMachine.TestBlock
Original file line number Diff line number Diff line change 6
6
module Test.Ouroboros.Storage.LedgerDB (tests ) where
7
7
8
8
import qualified Test.Ouroboros.Storage.LedgerDB.Serialisation as Serialisation
9
- import qualified Test.Ouroboros.Storage.LedgerDB.SnapshotPolicy as SnapshotPolicy
10
9
import qualified Test.Ouroboros.Storage.LedgerDB.Snapshots as Snapshots
11
10
import qualified Test.Ouroboros.Storage.LedgerDB.StateMachine as StateMachine
12
11
import qualified Test.Ouroboros.Storage.LedgerDB.V1.BackingStore as BackingStore
@@ -23,8 +22,7 @@ tests =
23
22
, DbChangelog. tests
24
23
]
25
24
, -- Independent of the LedgerDB implementation
26
- SnapshotPolicy. tests
27
- , Serialisation. tests
25
+ Serialisation. tests
28
26
, Snapshots. tests
29
27
, -- Tests both V1 and V2
30
28
StateMachine. tests
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments