Skip to content

Commit c5412de

Browse files
committed
fix test: assertion in flow-ft has new message
1 parent 35b42fa commit c5412de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/transactionScheduler_coa_test.cdc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ access(all) fun testCOAScheduledTransactions() {
360360
executeScheduledTransaction(
361361
id: 6,
362362
testName: "Test COA Transaction Scheduling: Deposit too much FLOW and revert",
363-
failWithErr: "is greater than the balance of the Vault"
363+
failWithErr: "is greater than the balance of the `Vault`"
364364
)
365365

366366
executeScheduledTransaction(
@@ -371,7 +371,7 @@ access(all) fun testCOAScheduledTransactions() {
371371

372372
executeScheduledTransaction(
373373
id: 8,
374-
testName: "Test COA Transaction Scheduling: Transfer too mcuh FLOW in EVM and revert",
374+
testName: "Test COA Transaction Scheduling: Transfer too much FLOW in EVM and revert",
375375
failWithErr: "have 50000000000000000000 want 1000000000000000000000"
376376
)
377377

0 commit comments

Comments
 (0)