mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-27 18:17:33 +01:00
fix tests
This commit is contained in:
parent
d779310962
commit
59482a0bfc
@ -33,7 +33,7 @@ public class Tryout extends TestBase {
|
|||||||
@Test
|
@Test
|
||||||
public void testCalendarBytes() {
|
public void testCalendarBytes() {
|
||||||
GregorianCalendar calendar = MiBandDateConverter.createCalendar();
|
GregorianCalendar calendar = MiBandDateConverter.createCalendar();
|
||||||
byte[] bytes = MiBandDateConverter.calendarToRawBytes(calendar);
|
byte[] bytes = MiBandDateConverter.calendarToRawBytes(calendar,"fake");
|
||||||
LOG.info("Calender: " + DateTimeUtils.formatDateTime(calendar.getTime()));
|
LOG.info("Calender: " + DateTimeUtils.formatDateTime(calendar.getTime()));
|
||||||
Logging.logBytes(LOG, bytes);
|
Logging.logBytes(LOG, bytes);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user