Skip to content

Commit 79b5c70

Browse files
committed
fix android test
1 parent 1f8a8be commit 79b5c70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/src/test/java/com/instabug/reactlibrary/RNInstabugReactnativeModuleTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,6 @@ public void testSetTheme() {
741741
themeConfig.putString("primaryTextStyle", "bold");
742742
themeConfig.putString("secondaryTextStyle", "italic");
743743
themeConfig.putString("ctaTextStyle", "bold");
744-
// Note: Not including font paths to avoid getReactApplicationContext() call in test
745744

746745
// Mock IBGTheme.Builder
747746
com.instabug.library.model.IBGTheme.Builder mockBuilder = mock(com.instabug.library.model.IBGTheme.Builder.class);

0 commit comments

Comments
 (0)