Skip to content

Commit 5a158ed

Browse files
sigmaaaAndriiFilippov
authored andcommitted
fix: return static field since it's needed for beforeClass
1 parent 55cddae commit 5a158ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/com.espressif.idf.ui.test/src/com/espressif/idf/ui/test/TerminalViewTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
public class TerminalViewTest
2626
{
2727

28-
private SWTWorkbenchBot bot;
28+
private static SWTWorkbenchBot bot;
2929

3030
@BeforeClass
31-
public void setup() throws Exception
31+
public static void setup() throws Exception
3232
{
3333

3434
bot = new SWTWorkbenchBot();

0 commit comments

Comments
 (0)