File tree Expand file tree Collapse file tree 3 files changed +2
-297
lines changed
test/storage-test/Test/Ouroboros/Storage Expand file tree Collapse file tree 3 files changed +2
-297
lines changed Original file line number Diff line number Diff line change @@ -774,7 +774,6 @@ test-suite storage-test
774774 Test.Ouroboros.Storage.ImmutableDB.StateMachine
775775 Test.Ouroboros.Storage.LedgerDB
776776 Test.Ouroboros.Storage.LedgerDB.Serialisation
777- Test.Ouroboros.Storage.LedgerDB.SnapshotPolicy
778777 Test.Ouroboros.Storage.LedgerDB.Snapshots
779778 Test.Ouroboros.Storage.LedgerDB.StateMachine
780779 Test.Ouroboros.Storage.LedgerDB.StateMachine.TestBlock
@@ -800,7 +799,7 @@ test-suite storage-test
800799 bytestring,
801800 cardano-binary,
802801 cardano-ledger-binary :testlib,
803- cardano-ledger-core :{ cardano-ledger-core, testlib} ,
802+ cardano-ledger-core :cardano-ledger-core,
804803 cardano-slotting :{cardano-slotting, testlib},
805804 cardano-strict-containers,
806805 cborg,
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