Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbzurovski committed Oct 15, 2024
1 parent 52cefec commit e531590
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ final class FaucetClientTests: TestCase {
}
$0.userDefaults = userDefaults
$0.transactionClient.notarizeTransaction = { _ in
try NotarizeTransactionResponse(notarized: CompiledNotarizedIntent.sample, intent: TransactionIntent.sample, txID: IntentHash.sample)
NotarizeTransactionResponse(notarized: NotarizedTransaction.sample, intent: TransactionIntent.sample, txID: IntentHash.sample)
}
$0.submitTXClient.pollTransactionStatus = { _ in .success }
$0.gatewaysClient.getCurrentGateway = { .enkinet }
Expand Down

0 comments on commit e531590

Please sign in to comment.