Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Dec 28, 2023
1 parent c580e34 commit d4cac17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ void should_not_pollute_state() {

// RequirementsService requirementsService = new AggregateRequirementsService(
// ModelInfrastructure.getEnvironmentVariables(); //,
new FileSystemRequirementsTagProvider(featureFilesDirectory),
new FileSystemRequirementsTagProvider(featureFilesDirectory); //,
// new TestOutcomeRequirementsTagProvider().fromSourceDirectory(jsonOutcomesDirectory)
// );

Expand Down

0 comments on commit d4cac17

Please sign in to comment.