Skip to content

Commit 6b9751b

Browse files
committed
Fix test code after Bolt11Invoice::invoice_description rename
.. which we forgot when we made the change.
1 parent 2a0d2b6 commit 6b9751b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ffi/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,7 @@ mod tests {
12621262
let (ldk_invoice, wrapped_invoice) = create_test_bolt11_invoice();
12631263

12641264
let ldk_description = ldk_invoice.description();
1265-
let wrapped_description = wrapped_invoice.description();
1265+
let wrapped_description = wrapped_invoice.invoice_description();
12661266

12671267
match (ldk_description, &wrapped_description) {
12681268
(

0 commit comments

Comments
 (0)