Fix test case

This commit is contained in:
Bart Sopers 2020-05-05 00:39:20 +02:00
parent f7f5e0ce19
commit d78b921b1f

View file

@ -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);