Skip to content

Commit 7ca272a

Browse files
michaelmcneesclaude
andcommitted
fix(plan): correct test selector to TestFunc_ParseTimestamp
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ed5845c commit 7ca272a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/superpowers/plans/2026-03-24-data-transformation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@ func customFunctions() []cel.EnvOption {
11471147

11481148
- [ ] **Step 4: Run tests to verify they pass**
11491149

1150-
Run: `go test ./internal/cel/ -run "TestFunc_Timestamp|TestFunc_FormatTimestamp" -v`
1150+
Run: `go test ./internal/cel/ -run "TestFunc_ParseTimestamp|TestFunc_FormatTimestamp" -v`
11511151
Expected: PASS
11521152

11531153
- [ ] **Step 5: Run full test suite**

0 commit comments

Comments
 (0)