This commit is contained in:
Bart Sopers 2021-02-18 10:51:29 +01:00
parent d142da37e8
commit 9d21338f10
2 changed files with 1 additions and 6 deletions

View file

@ -41,11 +41,6 @@ android {
dependencies {
implementation project(':core')
implementation "org.apache.commons:commons-lang3:$commonslang3_version"
implementation "commons-codec:commons-codec:$commonscodec_version"
implementation "androidx.appcompat:appcompat:$appcompat_version"
implementation "com.google.android.material:material:$material_version"
annotationProcessor "com.google.dagger:dagger-compiler:$dagger_version"
annotationProcessor "com.google.dagger:dagger-android-processor:$dagger_version"
kapt "com.google.dagger:dagger-android-processor:$dagger_version"

View file

@ -10,7 +10,7 @@ import static org.junit.Assert.assertArrayEquals;
public class ProgramTempBasalCommandTest {
@Test
public void testAlternateSegmentTempBasal() throws DecoderException {
public void testExtraAlternateSegmentPulseTempBasal() throws DecoderException {
ProgramTempBasalCommand command = new ProgramTempBasalCommand.Builder() //
.setUniqueId(37879809) //
.setNonce(1229869870) //