Skip to content

Commit fc6abef

Browse files
authored
Apply suggestion from @jordanschalm
1 parent 1663ffe commit fc6abef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ grep "fun test" cadence/tests/interest_accrual_integration_test.cdc
6262

6363
- Use string templating, not concatenation: `"Hello \(name)"` not `"Hello ".concat(name)`
6464
- Use `equalWithinVariance` from `test_helpers.cdc` for equality assertions where rounding errors are possible
65-
- Use red-green TDD for bug fixes and extensions to functionality
65+
- Use red-green TDD for bug fixes and extensions to functionality. Tests must use assertions (eg. `Test.assert`) to verify expected behaviour, not logs.

0 commit comments

Comments
 (0)