Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
(cherry picked from commit 1adada0)
  • Loading branch information
roeierez committed Jun 27, 2024
1 parent 2e1ac72 commit 2b79fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/sdk-core/src/greenlight/node_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2435,7 +2435,7 @@ mod tests {
}

let c: models::Channel = cln_channel(&Onchain).into();
assert_eq!(c.state, models::ChannelState::Closed);
assert_eq!(c.state, models::ChannelState::PendingClose);

Ok(())
}
Expand Down

0 comments on commit 2b79fa3

Please sign in to comment.