Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Jan 4, 2024
1 parent 4ea85b3 commit bd9ac67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ private Function<TestDescriptor, Optional<TestDescriptor>> createTestDescriptor(
source.nodeSource(node),
feature.getPickleAt(node)));
}
return Optional.empty();
throw new IllegalStateException("Got a " + node.getClass() + " but didn't have a case to handle it");

Check warning on line 257 in cucumber-junit-platform-engine/src/main/java/io/cucumber/junit/platform/engine/FeatureResolver.java

View check run for this annotation

Codecov / codecov/patch

cucumber-junit-platform-engine/src/main/java/io/cucumber/junit/platform/engine/FeatureResolver.java#L257

Added line #L257 was not covered by tests
};
}

Expand Down

0 comments on commit bd9ac67

Please sign in to comment.