Skip to content

Commit

Permalink
chore: testing if build works in main
Browse files Browse the repository at this point in the history
  • Loading branch information
izaaz committed Jun 11, 2024
1 parent c4b80ff commit edc9047
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/com/amplitude/api/BaseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ public void setUp(boolean withServer) throws Exception {
context = ApplicationProvider.getApplicationContext();
packageManager = RuntimeEnvironment.application.getPackageManager();
shadowPackageManager = shadowOf(packageManager);
System.out.println("Test");

ApplicationInfo applicationInfo = new ApplicationInfo();
applicationInfo.packageName = TEST_PACKAGE_NAME;
Expand Down

0 comments on commit edc9047

Please sign in to comment.