Skip to content

Commit

Permalink
unused
Browse files Browse the repository at this point in the history
  • Loading branch information
deuszex authored Feb 6, 2024
1 parent 95270bf commit 4ead9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/migration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use crate::utility::{

#[test]
fn should_have_queryable_properties() {
let (mut builder, TestContext { cep18_token, .. }) = setup();
let (mut builder, TestContext { cep18_token : _ , .. }) = setup();
let pre_account = builder
.get_account(*DEFAULT_ACCOUNT_ADDR)
.expect("should have account");
Expand Down

0 comments on commit 4ead9e4

Please sign in to comment.