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 98a2f8c commit 20add37Copy full SHA for 20add37
android/src/test/java/com/instabug/flutter/InstabugApiTest.java
@@ -706,7 +706,7 @@ public void testSetThemeWithAllProperties() {
706
verify(builder).setSecondaryTextStyle(Typeface.ITALIC);
707
verify(builder).setCtaTextStyle(Typeface.BOLD_ITALIC);
708
709
- mInstabug.verify(() -> Instabug.setTheme(any(com.instabug.library.model.IBGTheme.class)))
+ mInstabug.verify(() -> Instabug.setTheme(any(com.instabug.library.model.IBGTheme.class)));
710
}
711
712
0 commit comments