diff --git a/tests/transactionScheduler_coa_test.cdc b/tests/transactionScheduler_coa_test.cdc index 9379c94a..6618b5ce 100644 --- a/tests/transactionScheduler_coa_test.cdc +++ b/tests/transactionScheduler_coa_test.cdc @@ -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( @@ -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" )