Skip to content

Commit

Permalink
Remove expanded.rs file
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Dec 21, 2023
1 parent 50aa991 commit e92fa78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ibc-core/ics24-host/types/src/identifiers/chain_id.rs
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ mod tests {
#[case(r#"{"id":"foo-42","revision_number":"0"}"#)]
fn test_valid_chain_id_json_deserialization(#[case] chain_id_json: &str) {
let chain_id = serde_json::from_str::<ChainId>(chain_id_json);
std::println!("{:?}", chain_id);
assert!(chain_id.is_ok());

let chain_id = chain_id.unwrap();
Expand Down

0 comments on commit e92fa78

Please sign in to comment.