From 6e8589c51c55ee724ada56c6e880fb66ef185b89 Mon Sep 17 00:00:00 2001 From: Dmitrii Malinovskii <109508884+wdipax@users.noreply.github.com> Date: Mon, 17 Jun 2024 12:31:46 +0400 Subject: [PATCH] Apply suggestions from code review More explicit naming. --- internal/app/app.feature | 2 +- internal/app/app_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/app/app.feature b/internal/app/app.feature index bbb17bc..9cd70e5 100644 --- a/internal/app/app.feature +++ b/internal/app/app.feature @@ -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 is given And the is provided Then the output should be generated diff --git a/internal/app/app_test.go b/internal/app/app_test.go index ddeff04..fe0debd 100644 --- a/internal/app/app_test.go +++ b/internal/app/app_test.go @@ -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 {