Rename
This commit is contained in:
parent
d142da37e8
commit
9d21338f10
|
@ -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"
|
||||
|
|
|
@ -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) //
|
||||
|
|
Loading…
Reference in a new issue