Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Find on lampo ci
stack backtrace:
0: rust_begin_unwind
1: core::panicking::panic_fmt
2: core::result::unwrap_failed
3: core::result::Result<T,E>::unwrap
at /build/rustc-1.75.0-src/library/core/src/result.rs:1077:23
4: tests::lampo_cln_tests::test_lampo_to_cln_close_channel_with_channel_id_success
at ./src/lampo_cln_tests.rs:985:5
5: tests::lampo_cln_tests::test_lampo_to_cln_close_channel_with_channel_id_success::{{closure}}
at ./src/lampo_cln_tests.rs:887:61
6: core::ops::function::FnOnce::call_once
at /build/rustc-1.75.0-src/library/core/src/ops/function.rs:250:5
note: Some details are omitted, run with
RUST_BACKTRACE=full
for a verbose backtrace.---- lampo_cln_tests::test_lampo_to_cln_close_channel_without_channel_id_success stdout ----
thread 'lampo_cln_tests::test_lampo_to_cln_close_channel_without_channel_id_success' panicked at tests/tests/src/lampo_cln_tests.rs:1087:28:
called
Result::unwrap()
on anErr
value: JSON decode error: invalid type: map, expected a string at line 1 column 36vincenzopalazzo/lampo.rs#249