From c5412dea28a281b88e8247729138fd3179f48e94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20M=C3=BCller?= Date: Tue, 21 Apr 2026 11:37:27 -0700 Subject: [PATCH] fix test: assertion in flow-ft has new message --- tests/transactionScheduler_coa_test.cdc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" )