mirror of
https://github.com/wassname/ray.git
synced 2026-07-23 13:10:11 +08:00
[Streaming]Format java code using IDEA (#10440)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
|
||||
<suite name="Ray streaming test suite">
|
||||
<test name = "Ray streaming test" >
|
||||
<test name="Ray streaming test">
|
||||
<packages>
|
||||
<package name = "io.ray.streaming.*" />
|
||||
<package name="io.ray.streaming.*"/>
|
||||
</packages>
|
||||
</test>
|
||||
</test>
|
||||
</suite>
|
||||
|
||||
Reference in New Issue
Block a user