From cf0ba98f2c8fcce35ff2e6132874099864896db2 Mon Sep 17 00:00:00 2001 From: chicham101 <56931969+chicham101@users.noreply.github.com> Date: Wed, 23 Oct 2019 22:24:24 +0530 Subject: [PATCH] ExampleInstrumentedTest.java --- .../java/com/exuberant/calci/ExampleInstrumentedTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/androidTest/java/com/exuberant/calci/ExampleInstrumentedTest.java b/app/src/androidTest/java/com/exuberant/calci/ExampleInstrumentedTest.java index b74f55e..3453d62 100644 --- a/app/src/androidTest/java/com/exuberant/calci/ExampleInstrumentedTest.java +++ b/app/src/androidTest/java/com/exuberant/calci/ExampleInstrumentedTest.java @@ -21,7 +21,7 @@ public class ExampleInstrumentedTest { public void useAppContext() { // Context of the app under test. Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext(); - + System.out.println("Instrumented test class"); assertEquals("com.exuberant.calci", appContext.getPackageName()); } }