Skip to content

Commit

Permalink
Fixup failing test re migration logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed Apr 15, 2021
1 parent ad4f164 commit 8067eca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/core/test/unit/Cardano/Wallet/DB/SqliteSpec.hs
Expand Up @@ -477,6 +477,7 @@ testMigrationTxMetaFee dbName expectedLength caseByCase = do
matchMsgManualMigration :: (DBField -> Bool) -> WalletDBLog -> Bool
matchMsgManualMigration p = \case
MsgDB (MsgManualMigrationNeeded field _) -> p field
MsgDB (MsgExpectedMigration (MsgManualMigrationNeeded field _)) -> p field
_ -> False

testMigrationCleanupCheckpoints
Expand Down

0 comments on commit 8067eca

Please sign in to comment.