mirror of
https://github.com/gosticks/iota.lib.java.git
synced 2026-09-02 06:10:30 +00:00
fixed typo
This commit is contained in:
@@ -29,11 +29,11 @@ public class IotaUnitConverterTest {
|
||||
|
||||
@Test
|
||||
public void shouldConvertUnitGiToTi() {
|
||||
assertThat(IotaUnitConverter.convertUnits(1000, IotaUnits.GIGA_IOTA, IotaUnits.TERRA_IOTA), IsNull.notNullValue());
|
||||
assertThat(IotaUnitConverter.convertUnits(1000, IotaUnits.GIGA_IOTA, IotaUnits.TERA_IOTA), IsNull.notNullValue());
|
||||
}
|
||||
|
||||
@Test
|
||||
public void shouldConvertUnitTiToPi() {
|
||||
assertThat(IotaUnitConverter.convertUnits(1000, IotaUnits.TERRA_IOTA, IotaUnits.PETA_IOTA), IsNull.notNullValue());
|
||||
assertThat(IotaUnitConverter.convertUnits(1000, IotaUnits.TERA_IOTA, IotaUnits.PETA_IOTA), IsNull.notNullValue());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user