We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8a8be commit 79b5c70Copy full SHA for 79b5c70
android/src/test/java/com/instabug/reactlibrary/RNInstabugReactnativeModuleTest.java
@@ -741,7 +741,6 @@ public void testSetTheme() {
741
themeConfig.putString("primaryTextStyle", "bold");
742
themeConfig.putString("secondaryTextStyle", "italic");
743
themeConfig.putString("ctaTextStyle", "bold");
744
- // Note: Not including font paths to avoid getReactApplicationContext() call in test
745
746
// Mock IBGTheme.Builder
747
com.instabug.library.model.IBGTheme.Builder mockBuilder = mock(com.instabug.library.model.IBGTheme.Builder.class);
0 commit comments