diff --git a/commands/go-test.md b/commands/go-test.md index 9fb85ad..94c8726 100644 --- a/commands/go-test.md +++ b/commands/go-test.md @@ -35,7 +35,7 @@ REPEAT → Next test case ## Example Session -```` +```text User: /go-test I need a function to validate email addresses Agent: @@ -167,7 +167,7 @@ ok project/validator 0.003s ✓ Coverage: 100% ## TDD Complete! -```` +``` ## Test Patterns