From 0b00eed45a50c82bd2335ec3942b0ed3bd2e1e41 Mon Sep 17 00:00:00 2001 From: oggy420 <56930767+oggy420@users.noreply.github.com> Date: Wed, 23 Oct 2019 21:56:17 +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..a80e868 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("good code, good repo"); assertEquals("com.exuberant.calci", appContext.getPackageName()); } }