Skip to content

Commit

Permalink
fix: reenable metadata upload test
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed May 30, 2024
1 parent 21fe88d commit cb9bf19
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/dojo-world/src/metadata_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ socials.x = "https://x.com/dojostarknet"
assert_eq!(world.socials.unwrap().get("x"), Some(&"https://x.com/dojostarknet".to_string()));
}

// TODO: remove ignore once IPFS node is running.
#[ignore]
#[tokio::test]
async fn world_metadata_hash_and_upload() {
let meta = WorldMetadata {
Expand Down

0 comments on commit cb9bf19

Please sign in to comment.