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 8acc7bd commit 23e6bbf
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 @@ -26,7 +26,7 @@

import java.util.concurrent.TimeUnit;

public class apimTest {
public class ApimTest {

@Test public static void main(String[] args) {
int exitCode=1;
Expand Down
2 changes: 1 addition & 1 deletion tests/wso2am/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-wso2am" verbose="1" >
<test name="HTTP backend test" >
<classes>
<class name="org.wso2.apimTest" />
<class name="org.wso2.ApimTest" />
</classes>
</test>
</suite>

0 comments on commit 23e6bbf

Please sign in to comment.