Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dastansam committed Apr 5, 2024
1 parent d1a12b5 commit 89034a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pallets/iso-8583/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ impl ExtBuilder {
crate::GenesisConfig::<Test> {
oracle_accounts: self.oracle_accounts.clone(),
accounts: self.accounts.clone(),
payment_processor_url: b"http://localhost:3001".to_vec(),
}
.assimilate_storage(&mut t)
.unwrap();
Expand Down

0 comments on commit 89034a9

Please sign in to comment.