Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Dec 19, 2024
1 parent fff570d commit d887494
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
/**
* Test class to demonstrate how to add runtime attributes to a Launch or a Test.
*/
@Listeners({ RuntimeLaunchAttributesTest.ExtendedListener.class })
public class RuntimeLaunchAttributesTest {
@Listeners({ RuntimeAttributesTest.ExtendedListener.class })
public class RuntimeAttributesTest {
private static final Set<ItemAttributesRQ> RUNTIME_LAUNCH_ATTRIBUTES = Collections.newSetFromMap(new ConcurrentHashMap<>());
private static final Set<ItemAttributesRQ> RUNTIME_TEST_ATTRIBUTES = Collections.newSetFromMap(new ConcurrentHashMap<>());

Expand Down

0 comments on commit d887494

Please sign in to comment.