From 4fb65205fa2280521ec06802838f9ae862d9fd84 Mon Sep 17 00:00:00 2001 From: sg002-reactive-prog <44365987+sg002-reactive-prog@users.noreply.github.com> Date: Wed, 14 Oct 2020 19:18:07 +0100 Subject: [PATCH] Update MyTest.java --- src/test/java/MyTest.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/test/java/MyTest.java b/src/test/java/MyTest.java index 9e1d2abed..1bb2de3f5 100644 --- a/src/test/java/MyTest.java +++ b/src/test/java/MyTest.java @@ -10,5 +10,7 @@ public void test_method_1() { @Test public void test_method_2() { + Demo d = new Demo(); + d.DoSomething(false); } -} \ No newline at end of file +}