removing unnecessary exceptions from testcase method.

merge-requests/1/head
sinthuja 7 years ago
parent bbdc876311
commit a5c2228664

@ -33,7 +33,7 @@ public class DataPublisherConfigTest extends BaseAnalyticsDataPublisherTest {
@Test(description = "Validating the behaviour od getInstance of the config before calling the init",
expectedExceptions = InvalidConfigurationStateException.class)
public void testGetInstanceWithoutInit() throws NoSuchFieldException, IllegalAccessException {
public void testGetInstanceWithoutInit() {
AnalyticsConfiguration.getInstance();
}

Loading…
Cancel
Save