From e4a32f843d72bf56ddc513c9809ac365cd8a78a1 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Tue, 17 Feb 2026 03:08:01 +0100 Subject: [PATCH] chore: update AGENTS.md Co-authored-by: Andrew Gillis <11790789+gammazero@users.noreply.github.com> --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index eb9f7b1de..831ac0cf6 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -144,7 +144,7 @@ pkill -f "ipfs daemon" - all new integration tests go in `test/cli/`, not `test/sharness/` - if a `test/sharness` test needs significant changes, remove it and add a replacement in `test/cli/` - use [testify](https://github.com/stretchr/testify) for assertions (already a dependency) -- for Go 1.24+, use `testing/synctest` when testing concurrent code (goroutines, channels, timers) +- for Go 1.25+, use `testing/synctest` when testing concurrent code (goroutines, channels, timers) - reuse existing `.car` fixtures in `test/cli/fixtures/` when possible; only add new fixtures when the test requires data not covered by existing ones - always re-run modified tests locally before submitting to confirm they pass - avoid emojis in test names and test log output