Fixing compile error
This commit is contained in:
parent
9de5340e24
commit
5e797db3ec
@ -22,7 +22,7 @@ public class LabelDebuggerTest {
|
|||||||
@Test(expected = Exception.class)
|
@Test(expected = Exception.class)
|
||||||
public void testSetEnabledNullThrowsException() throws Exception {
|
public void testSetEnabledNullThrowsException() throws Exception {
|
||||||
LabelDebugger ld = new LabelDebugger();
|
LabelDebugger ld = new LabelDebugger();
|
||||||
ld.setEnabled(null);
|
ld.setEnabled(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user