@@ -261,10 +261,10 @@ Load these skills from `AGENTS.md` before starting:
261261#### Test Specification
262262Write tests FIRST (TDD). The skills contain all testing conventions and patterns.
263263
264- | # | Test Scenario | Expected Result | Must FAIL today? |
265- |---|--- -----------|-----------------|------------------|
266- | 1 | {scenario} | {expected} | Yes / No |
267- | 2 | {scenario} | {expected} | Yes / No |
264+ | Test Scenario | Expected Result | Must FAIL today? |
265+ |--------------|-----------------|------------------|
266+ | {scenario} | {expected} | Yes / No |
267+ | {scenario} | {expected} | Yes / No |
268268
269269**Test location**: `tests/providers/{provider}/services/{service}/{check_id}/`
270270**Mock pattern**: {Moto `@mock_aws` | MagicMock on service client}
@@ -346,10 +346,10 @@ Load these skills from `AGENTS.md` before starting:
346346#### Test Specification
347347Write tests FIRST (TDD). The skills contain all testing conventions and patterns.
348348
349- | # | Test Scenario | Expected Result | Must FAIL today? |
350- |---|--- -----------|-----------------|------------------|
351- | 1 | {scenario} | {expected} | Yes / No |
352- | 2 | {scenario} | {expected} | Yes / No |
349+ | Test Scenario | Expected Result | Must FAIL today? |
350+ |--------------|-----------------|------------------|
351+ | {scenario} | {expected} | Yes / No |
352+ | {scenario} | {expected} | Yes / No |
353353
354354**Test location**: `tests/{path}` (follow existing directory structure)
355355
0 commit comments