diff options
author | Luck <git@lucko.me> | 2024-09-03 00:11:24 +0100 |
---|---|---|
committer | Luck <git@lucko.me> | 2024-09-03 00:11:24 +0100 |
commit | 35b557af4fd1bc0ce0a5745716e898cd1300a08c (patch) | |
tree | 5927e55839d5dd1a0759db3a2fd54f9f8df5d032 /spark-common/src/test/java/me/lucko/spark/common/util | |
parent | 55b38397296813b66082ad935f773357c8ad5282 (diff) | |
download | spark-35b557af4fd1bc0ce0a5745716e898cd1300a08c.tar.gz spark-35b557af4fd1bc0ce0a5745716e898cd1300a08c.tar.bz2 spark-35b557af4fd1bc0ce0a5745716e898cd1300a08c.zip |
Improve unit tests
Diffstat (limited to 'spark-common/src/test/java/me/lucko/spark/common/util')
-rw-r--r-- | spark-common/src/test/java/me/lucko/spark/common/util/MethodDisambiguatorTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spark-common/src/test/java/me/lucko/spark/common/util/MethodDisambiguatorTest.java b/spark-common/src/test/java/me/lucko/spark/common/util/MethodDisambiguatorTest.java index f0bea8f..ad2f1e1 100644 --- a/spark-common/src/test/java/me/lucko/spark/common/util/MethodDisambiguatorTest.java +++ b/spark-common/src/test/java/me/lucko/spark/common/util/MethodDisambiguatorTest.java @@ -20,9 +20,9 @@ package me.lucko.spark.common.util; -import me.lucko.spark.test.TestClass; import me.lucko.spark.common.util.MethodDisambiguator.MethodDescription; import me.lucko.spark.common.util.classfinder.FallbackClassFinder; +import me.lucko.spark.test.TestClass; import org.junit.jupiter.params.ParameterizedTest; import org.junit.jupiter.params.provider.CsvSource; import org.junit.jupiter.params.provider.ValueSource; |