Skip to content

Commit 94edbf0

Browse files
committed
Renamed the single test so it gets picked up.
1 parent 2dbb8e5 commit 94edbf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.frameworkium</groupId>
55
<artifactId>Frameworkium</artifactId>
6-
<version>1.0.1</version>
6+
<version>1.0.2</version>
77

88
<name>Frameworkium-core</name>
99
<description>Frameworkium core code. Referenced by the com.frameworkium project, with example tests.</description>

src/test/java/com/heroku/theinternet/tests/web/TheInternetExampleTests.java renamed to src/test/java/com/heroku/theinternet/tests/web/TheInternetExampleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import org.testng.annotations.Test;
99

10-
public class TheInternetExampleTests extends BaseTest {
10+
public class TheInternetExampleTest extends BaseTest {
1111

1212
@Test
1313
public void basicAuth() {

0 commit comments

Comments
 (0)