mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
removing unnecessary exceptions from testcase method.
This commit is contained in:
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",
|
@Test(description = "Validating the behaviour od getInstance of the config before calling the init",
|
||||||
expectedExceptions = InvalidConfigurationStateException.class)
|
expectedExceptions = InvalidConfigurationStateException.class)
|
||||||
public void testGetInstanceWithoutInit() throws NoSuchFieldException, IllegalAccessException {
|
public void testGetInstanceWithoutInit() {
|
||||||
AnalyticsConfiguration.getInstance();
|
AnalyticsConfiguration.getInstance();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user