Skip to content
Closed
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
2 changes: 1 addition & 1 deletion 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 Down
Loading