Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kstepanovdev committed Nov 22, 2024
1 parent 63a1c4a commit 08f705a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nft_ingester/tests/dump_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ mod tests {
);
assert_eq!(
pg_env.count_rows_in_fungible_tokens().await.unwrap(),
number_of_assets as i64
0 as i64
);
let metadata_key_set = client.get_existing_metadata_keys().await.unwrap();
assert_eq!(metadata_key_set.len(), 1);
Expand Down

0 comments on commit 08f705a

Please sign in to comment.