Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jhernandezb committed Jan 22, 2024
1 parent 3c9f3a5 commit e46762c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-suite/src/sg721_base/tests/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ mod tests {

// update explicit content with new creator
let res = app.execute_contract(
creator.clone(),
creator,
contract.clone(),
&Sg721ExecuteMsg::<Empty, Empty>::UpdateCollectionInfo {
collection_info: UpdateCollectionInfoMsg {
Expand Down

0 comments on commit e46762c

Please sign in to comment.