Skip to content

Commit 83291a1

Browse files
committed
[test] rename test suite according to convention
1 parent 1531ba8 commit 83291a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exist-core/src/test/java/org/exist/xquery/FunctionTypeInElementContent.java renamed to exist-core/src/test/java/org/exist/xquery/FunctionTypeInElementContentTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
*
3737
* @author <a href="mailto:[email protected]">Juri Leino</a>
3838
*/
39-
public class FunctionTypeInElementContent {
39+
public class FunctionTypeInElementContentTest {
4040
@ClassRule
4141
public static final ExistXmldbEmbeddedServer existEmbeddedServer = new ExistXmldbEmbeddedServer(true, true, true);
4242

0 commit comments

Comments
 (0)