From 35b557af4fd1bc0ce0a5745716e898cd1300a08c Mon Sep 17 00:00:00 2001 From: Luck Date: Tue, 3 Sep 2024 00:11:24 +0100 Subject: Improve unit tests --- .../test/java/me/lucko/spark/common/util/MethodDisambiguatorTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spark-common/src/test/java/me/lucko/spark/common/util') 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; -- cgit