Skip to content

Commit

Permalink
fix test files
Browse files Browse the repository at this point in the history
Signed-off-by: Kavindu Dodanduwa <kavindudodanduwa@gmail.com>
  • Loading branch information
Kavindu-Dodan committed Nov 13, 2023
1 parent 83f495f commit 8b3e843
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration/evaluation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func TestEvaluation(t *testing.T) {
}),
Options: &godog.Options{
Format: "pretty",
Paths: []string{"../../../spec/specification/assets/gherkin/evaluation.feature"},
Paths: []string{"../../spec/specification/assets/gherkin/evaluation.feature"},
TestingT: t, // Testing instance that will run subtests.
Strict: true,
},
Expand Down
2 changes: 1 addition & 1 deletion test/integration/json_evaluator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func TestJsonEvaluator(t *testing.T) {
}),
Options: &godog.Options{
Format: "pretty",
Paths: []string{"../../../test-harness/gherkin/flagd-json-evaluator.feature"},
Paths: []string{"../../test-harness/gherkin/flagd-json-evaluator.feature"},
TestingT: t, // Testing instance that will run subtests.
Strict: true,
},
Expand Down

0 comments on commit 8b3e843

Please sign in to comment.