Skip to content

Commit 55346b2

Browse files
committed
fix typo: perfrom -> perform
1 parent cc0af0f commit 55346b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testng-core/src/test/java/test/tmp/BeforeGroupTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class BeforeGroupTest {
1111
groups = {"NewUser"},
1212
value = {"NewUser"})
1313
public void preNewUser(ITestContext itc) {
14-
System.out.println("BEFOREGROUPS perfroming pre groups init");
14+
System.out.println("BEFOREGROUPS performing pre groups init");
1515
// m_inj = Guice.createInjector(new JUnitModule(), new RequestModule(),
1616
// new GenericModule(), new SecurityModule());
1717
// itc.setAttribute("injector", m_inj);

0 commit comments

Comments
 (0)