fix test data

This commit is contained in:
Dmitry Batkovich
2017-10-25 15:44:55 +03:00
parent de252f1eb2
commit eac0894f8a

View File

@@ -3,7 +3,7 @@ public class X {
<caret>int i;
@org.testng.annotations.BeforeMethod
public void setUp() throws Exception {
public void setUp() {
i = 7;
}