Skip to content

Commit

Permalink
Leftove
Browse files Browse the repository at this point in the history
  • Loading branch information
nik9000 committed Nov 3, 2023
1 parent 4686847 commit 8e2ed02
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

import com.carrotsearch.randomizedtesting.annotations.Name;
import com.carrotsearch.randomizedtesting.annotations.ParametersFactory;
import com.carrotsearch.randomizedtesting.annotations.Seed;

import org.apache.lucene.util.BytesRef;
import org.elasticsearch.xpack.esql.expression.function.AbstractFunctionTestCase;
Expand All @@ -27,7 +26,6 @@

import static org.hamcrest.Matchers.equalTo;

@Seed("6291ACF300018200")
public class ToVersionTests extends AbstractFunctionTestCase {
public ToVersionTests(@Name("TestCase") Supplier<TestCaseSupplier.TestCase> testCaseSupplier) {
this.testCase = testCaseSupplier.get();
Expand Down

0 comments on commit 8e2ed02

Please sign in to comment.