Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
0xIchigo committed May 27, 2024
1 parent 39e8ad3 commit 746e4a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/rpc/test_get_assets_by_group.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,10 @@ async fn test_get_assets_by_group_success() {

let asset: AssetList = response.unwrap();
assert_eq!(asset.total, 1);
assert_eq!(asset.items[0].content.as_ref().unwrap().metadata.name, Some("Obi-Wan Kenobi".to_string()));
assert_eq!(
asset.items[0].content.as_ref().unwrap().metadata.name,
Some("Obi-Wan Kenobi".to_string())
);
}

#[tokio::test]
Expand Down

0 comments on commit 746e4a9

Please sign in to comment.