This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-scxml.git
commit c51c8ee8aabed8c0c2e689f4a9ed87c86a667771 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jun 13 11:23:38 2025 -0400 Sort imports --- src/test/java/org/apache/commons/scxml2/WizardsTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/java/org/apache/commons/scxml2/WizardsTest.java b/src/test/java/org/apache/commons/scxml2/WizardsTest.java index 87fd8aa5..8dc9c135 100644 --- a/src/test/java/org/apache/commons/scxml2/WizardsTest.java +++ b/src/test/java/org/apache/commons/scxml2/WizardsTest.java @@ -21,7 +21,6 @@ import java.util.Set; import org.apache.commons.scxml2.env.SimpleDispatcher; import org.apache.commons.scxml2.model.EnterableState; - import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Test;