Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/transactionScheduler_coa_test.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ access(all) fun testCOAScheduledTransactions() {
executeScheduledTransaction(
id: 6,
testName: "Test COA Transaction Scheduling: Deposit too much FLOW and revert",
failWithErr: "is greater than the balance of the Vault"
failWithErr: "is greater than the balance of the `Vault`"
)

executeScheduledTransaction(
Expand All @@ -371,7 +371,7 @@ access(all) fun testCOAScheduledTransactions() {

executeScheduledTransaction(
id: 8,
testName: "Test COA Transaction Scheduling: Transfer too mcuh FLOW in EVM and revert",
testName: "Test COA Transaction Scheduling: Transfer too much FLOW in EVM and revert",
failWithErr: "have 50000000000000000000 want 1000000000000000000000"
)

Expand Down
Loading