From 5277d6ca1adeaedfa2f2c1761d530bcb00bcc811 Mon Sep 17 00:00:00 2001 From: Janez Podhostnik Date: Fri, 24 Jul 2026 18:07:49 +0200 Subject: [PATCH] Fix expected FungibleToken withdraw error in COA scheduler test flow-cli v2.17.4 bundles a FungibleToken standard whose withdraw pre-condition message wraps the type name in backticks ("balance of the `Vault`"), so the asserted substring no longer matched and testCOAScheduledTransactions failed in CI. --- tests/transactionScheduler_coa_test.cdc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/transactionScheduler_coa_test.cdc b/tests/transactionScheduler_coa_test.cdc index 9379c94a..518673d6 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(