Skip to content

Commit

Permalink
final formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
matzayonc committed May 31, 2024
1 parent 1ecf70f commit 6d09880
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions crates/dojo-world/src/metadata_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,16 +133,16 @@ async fn get_full_dojo_metadata_from_workspace() {
assert!(env.rpc_url.unwrap().eq("http://localhost:5050/"));

assert!(env.account_address.is_some());
assert!(env
.account_address
.unwrap()
.eq("0x6162896d1d7ab204c7ccac6dd5f8e9e7c25ecd5ae4fcb4ad32e57786bb46e03"));
assert!(
env.account_address
.unwrap()
.eq("0x6162896d1d7ab204c7ccac6dd5f8e9e7c25ecd5ae4fcb4ad32e57786bb46e03")
);

assert!(env.private_key.is_some());
assert!(env
.private_key
.unwrap()
.eq("0x1800000000300000180000000000030000000000003006001800006600"));
assert!(
env.private_key.unwrap().eq("0x1800000000300000180000000000030000000000003006001800006600")
);

assert!(env.world_address.is_some());
assert_eq!(
Expand Down

0 comments on commit 6d09880

Please sign in to comment.