Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
More explicit naming.
  • Loading branch information
wdipax authored Jun 17, 2024
1 parent 2199a28 commit 6e8589c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/app/app.feature
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Feature: Application command line tool
And `scenario.feature` is given
Then generated code doesn't contain `t.Parallel()`

Scenario Outline: User wants to generate the output in a specific natural language
Scenario Outline: User wants to generate the output for a feature written in a specific natural language
When the <language> is given
And the <feature> is provided
Then the output should be generated
Expand Down
2 changes: 1 addition & 1 deletion internal/app/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func TestApplicationCommandLineTool(t *testing.T) {
}
})

t.Run("User wants to generate the output in a specific natural language", func(t *testing.T) {
t.Run("User wants to generate the output for a feature written in a specific natural language", func(t *testing.T) {
t.Parallel()

type testCase struct {
Expand Down

0 comments on commit 6e8589c

Please sign in to comment.