Skip to content

Commit

Permalink
Another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jasagredo committed Sep 13, 2024
1 parent 5518e4a commit 608e800
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions cardano-node/test/Test/Cardano/Node/POM.hs
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,6 @@ testPartialYamlConfig =
, pncEnableP2P = Last (Just DisabledP2PMode)
, pncPeerSharing = Last (Just PeerSharingDisabled)
, pncLedgerDBBackend = Last (Just V2InMemory)
, pncFlushFrequency = Last (Just DefaultFlushFrequency)
, pncQueryBatchSize = Last (Just DefaultQueryBatchSize)
, pncSsdSnapshotState = Last (Just False)
, pncSsdDatabaseDir = Last Nothing
, pncSsdSnapshotTables = Last (Just False)
}

-- | Example partial configuration theoretically created
Expand Down Expand Up @@ -193,11 +188,6 @@ testPartialCliConfig =
, pncEnableP2P = Last (Just DisabledP2PMode)
, pncPeerSharing = Last (Just PeerSharingDisabled)
, pncLedgerDBBackend = Last (Just V2InMemory)
, pncFlushFrequency = Last (Just DefaultFlushFrequency)
, pncQueryBatchSize = Last (Just DefaultQueryBatchSize)
, pncSsdSnapshotState = Last (Just False)
, pncSsdDatabaseDir = Last Nothing
, pncSsdSnapshotTables = Last (Just False)
}

-- | Expected final NodeConfiguration
Expand Down Expand Up @@ -245,11 +235,6 @@ eExpectedConfig = do
, ncEnableP2P = SomeNetworkP2PMode Consensus.DisabledP2PMode
, ncPeerSharing = PeerSharingDisabled
, ncLedgerDBBackend = V2InMemory
, ncFlushFrequency = DefaultFlushFrequency
, ncQueryBatchSize = DefaultQueryBatchSize
, ncSsdDatabaseDir = "mainnet/ledgerdb/"
, ncSsdSnapshotState = False
, ncSsdSnapshotTables = False
}

-- -----------------------------------------------------------------------------
Expand Down

0 comments on commit 608e800

Please sign in to comment.