Skip to content

Commit db8b174

Browse files
Address review nits on Go sections and TS plan totals
Co-authored-by: Greg Nazario <greg@gnazar.io>
1 parent fc285e6 commit db8b174

File tree

6 files changed

+3
-21
lines changed

6 files changed

+3
-21
lines changed

tests/go/action_steps.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@ func initActionSteps(ctx *godog.ScenarioContext, world *World) {
118118
return godog.ErrPending
119119
})
120120

121-
// =============================================================================
122-
// =============================================================================
123-
124121
// =============================================================================
125122
// Specify Steps
126123
// =============================================================================

tests/go/client_steps.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,6 @@ func initClientSteps(ctx *godog.ScenarioContext, world *World) {
181181
return godog.ErrPending
182182
})
183183

184-
// =============================================================================
185-
// =============================================================================
186-
187184
// =============================================================================
188185
// ABI Steps - All Pending
189186
// =============================================================================

tests/go/given_steps.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ func initGivenSteps(ctx *godog.ScenarioContext, world *World) {
7777
return godog.ErrPending
7878
})
7979

80-
// =============================================================================
81-
// =============================================================================
82-
8380
// =============================================================================
8481
// Script Steps
8582
// =============================================================================

tests/go/the_steps.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ import (
88

99
// initTheSteps registers "the" prefix step definitions.
1010
func initTheSteps(ctx *godog.ScenarioContext, world *World) {
11-
// =============================================================================
12-
// =============================================================================
13-
1411
// =============================================================================
1512
// "The SDK" Steps
1613
// =============================================================================
@@ -186,9 +183,6 @@ func initTheSteps(ctx *godog.ScenarioContext, world *World) {
186183
return godog.ErrPending
187184
})
188185

189-
// =============================================================================
190-
// =============================================================================
191-
192186
// =============================================================================
193187
// "The authenticator" Steps
194188
// =============================================================================

tests/go/try_steps.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ func initTrySteps(ctx *godog.ScenarioContext, world *World) {
5656
return nil
5757
})
5858

59-
// =============================================================================
60-
// =============================================================================
61-
6259
// =============================================================================
6360
// Verify Steps
6461
// =============================================================================

tests/typescript/PLAN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
> **Updated:** 2026-01-22
44
>
5-
> **Current Status:** 578/739 scenarios (~78%)
5+
> **Current Status:** 578/704 scenarios (~82%)
66
>
77
> - Required (P0): ~300/306 (98%)
88
> - Preferred (P1): ~168/183 (92%)
9-
> - Optional (P2): ~110/250 (44%)
9+
> - Optional (P2): ~110/215 (51%)
1010
1111
## Summary of Missing Scenarios
1212

13-
Total undefined scenarios: 161 (down from 163)
13+
Total undefined scenarios: ~126 (down from 163)
1414

1515
### By Priority Level (After Updates)
1616

0 commit comments

Comments
 (0)