Skip to content

Commit

Permalink
Corrected a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Feb 2, 2024
1 parent 2dfdb6f commit 7fbc06f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ public Optional<Requirement> readRequirementsFromStoryOrFeatureFile(File storyFi
java.util.Optional<RequirementDefinition> narrative = (type == FeatureType.STORY) ? loadFromStoryFile(storyFile) : loadFromFeatureFile(storyFile);

String storyPath = requirementsConfiguration.relativePathOfFeatureFile(storyFile);
String storyFileName = storyNameFrom(storyFile)a;
String storyFileName = storyNameFrom(storyFile);
String displayName = storyDisplayNameFrom(narrative, type, storyFile);

Requirement requirement;
Expand Down

0 comments on commit 7fbc06f

Please sign in to comment.