Skip to content

Commit c247bc5

Browse files
committed
wallet: unit test the migration dedup code.
This is based on a real database, which values changed. Signed-off-by: Rusty Russell <[email protected]>
1 parent 4e75b1c commit c247bc5

File tree

2 files changed

+862
-0
lines changed

2 files changed

+862
-0
lines changed

wallet/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ WALLET_SQL_FILES := \
3838
wallet/test/run-db.c \
3939
wallet/test/run-wallet.c \
4040
wallet/test/run-chain_moves_duplicate-detect.c \
41+
wallet/test/run-migrate_remove_chain_moves_duplicates.c \
4142

4243
wallet/statements_gettextgen.po: $(WALLET_SQL_FILES) $(FORCE)
4344
@if $(call SHA256STAMP_CHANGED); then \

0 commit comments

Comments
 (0)