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