Fix test case
This commit is contained in:
parent
f7f5e0ce19
commit
d78b921b1f
|
@ -87,7 +87,7 @@ public class AapsOmnipodManagerTest {
|
|||
@Test
|
||||
public void invalidProfileNonZeroOffset() {
|
||||
thrown.expect(IllegalArgumentException.class);
|
||||
thrown.expectMessage("Invalid start time");
|
||||
thrown.expectMessage("First basal schedule entry should have 0 offset");
|
||||
|
||||
Profile profile = mock(Profile.class);
|
||||
|
||||
|
|
Loading…
Reference in a new issue