Skip to content

Commit 8acd75e

Browse files
author
Tim te Beek
committed
Define order for StepDefinedEvent to fix tests
1 parent 4e658e9 commit 8acd75e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/java/cucumber/api/event/CanonicalEventOrder.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ private static final class FixedEventOrderComparator implements Comparator<Event
3131
TestRunStarted.class,
3232
TestSourceRead.class,
3333
SnippetsSuggestedEvent.class,
34+
StepDefinedEvent.class,
3435
TestCaseEvent.class,
3536
TestRunFinished.class
3637
);

0 commit comments

Comments
 (0)