Skip to content

Commit

Permalink
renamed example test
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrose committed Mar 14, 2012
1 parent 35fc667 commit 91fae4d
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,9 +1,9 @@
import org.testng.Assert;
import org.testng.annotations.Test;

public class ExampleTestNew extends BaseTest {
public class ExampleTest extends BaseTest {

public ExampleTestNew() {
public ExampleTest() {
super();
}

Expand Down

0 comments on commit 91fae4d

Please sign in to comment.