Skip to content

Commit 6a74af8

Browse files
committed
fix: remove static bot field
1 parent 91d8aa7 commit 6a74af8

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 static SWTWorkbenchBot bot;
28+
private SWTWorkbenchBot bot;
2929

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

3434
bot = new SWTWorkbenchBot();

0 commit comments

Comments
 (0)