Rename
This commit is contained in:
parent
d142da37e8
commit
9d21338f10
2 changed files with 1 additions and 6 deletions
|
@ -41,11 +41,6 @@ android {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':core')
|
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-compiler:$dagger_version"
|
||||||
annotationProcessor "com.google.dagger:dagger-android-processor:$dagger_version"
|
annotationProcessor "com.google.dagger:dagger-android-processor:$dagger_version"
|
||||||
kapt "com.google.dagger:dagger-android-processor:$dagger_version"
|
kapt "com.google.dagger:dagger-android-processor:$dagger_version"
|
||||||
|
|
|
@ -10,7 +10,7 @@ import static org.junit.Assert.assertArrayEquals;
|
||||||
|
|
||||||
public class ProgramTempBasalCommandTest {
|
public class ProgramTempBasalCommandTest {
|
||||||
@Test
|
@Test
|
||||||
public void testAlternateSegmentTempBasal() throws DecoderException {
|
public void testExtraAlternateSegmentPulseTempBasal() throws DecoderException {
|
||||||
ProgramTempBasalCommand command = new ProgramTempBasalCommand.Builder() //
|
ProgramTempBasalCommand command = new ProgramTempBasalCommand.Builder() //
|
||||||
.setUniqueId(37879809) //
|
.setUniqueId(37879809) //
|
||||||
.setNonce(1229869870) //
|
.setNonce(1229869870) //
|
||||||
|
|
Loading…
Reference in a new issue