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 d17f136 commit fccbc42Copy full SHA for fccbc42
android/src/test/java/com/instabug/flutter/InstabugApiTest.java
@@ -718,7 +718,7 @@ public void testSetThemeWithAllProperties() {
718
verify(builder).setSecondaryTextStyle(Typeface.ITALIC);
719
verify(builder).setCtaTextStyle(Typeface.BOLD_ITALIC);
720
721
- mInstabug.verify(() -> Instabug.setTheme(any(com.instabug.library.model.IBGTheme.class)))
+ mInstabug.verify(() -> Instabug.setTheme(any(com.instabug.library.model.IBGTheme.class)));
722
}
723
724
0 commit comments