Skip to content

Commit d074262

Browse files
authored
Rename godog.Feature alias to godog.GherkinDocument to be more accurate (#422)
1 parent 92ea38e commit d074262

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test_context.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import (
1313
"github.com/cucumber/godog/internal/models"
1414
)
1515

16-
// Feature represents gherkin document.
17-
type Feature = messages.GherkinDocument
16+
// GherkinDocument represents gherkin document.
17+
type GherkinDocument = messages.GherkinDocument
1818

1919
// Scenario represents the executed scenario
2020
type Scenario = messages.Pickle

0 commit comments

Comments
 (0)