Skip to content

Commit 2deefc6

Browse files
committed
fix typo: Wtih -> With
1 parent 55346b2 commit 2deefc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testng-core/src/test/java/test/sanitycheck/CheckTestNamesTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public void checkNoError() {
5757

5858
/** Child suites and tests within different suites have same names */
5959
@Test(enabled = false)
60-
public void checkNoErrorWtihChildSuites() {
60+
public void checkNoErrorWithChildSuites() {
6161
TestListenerAdapter tla = new TestListenerAdapter();
6262
TestNG tng = create();
6363
String testngXmlPath = getPathToResource("sanitycheck/test-b.xml");

0 commit comments

Comments
 (0)