We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c5790a commit adc20ccCopy full SHA for adc20cc
modules/lang-painless/src/test/java/org/elasticsearch/painless/CastTests.java renamed to modules/lang-painless/src/test/java/org/elasticsearch/painless/GeneralCastTests.java
@@ -20,7 +20,7 @@
20
package org.elasticsearch.painless;
21
22
/** Tests for explicit casts */
23
-public class CastTests extends ScriptTestCase {
+public class GeneralCastTests extends ScriptTestCase {
24
25
/**
26
* Unary operator with explicit cast
0 commit comments