Skip to content

Commit

Permalink
Update test class name
Browse files Browse the repository at this point in the history
  • Loading branch information
shafanaS authored and chirangaalwis committed Jan 5, 2020
1 parent 8849418 commit 332711c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
// * This class tests the HelloWorld Rest endpoint
// */
//
public class eiTest {
public class EiTest {
@Test public static void main(String[] args) {
int exitCode=1;
try {
Expand Down
2 changes: 1 addition & 1 deletion tests/wso2ei/src/test/resources/testng.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<suite name="Sample-test-suite-wso2ei" verbose="1" >
<test name="HTTP backend test" >
<classes>
<class name="org.wso2.eiTest" />
<class name="org.wso2.EiTest" />
</classes>
</test>
</suite>

0 comments on commit 332711c

Please sign in to comment.