1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-03 17:02:13 +01:00

fix tests

This commit is contained in:
Andreas Shimokawa 2019-06-05 16:07:30 +02:00
parent d779310962
commit 59482a0bfc

View File

@ -33,7 +33,7 @@ public class Tryout extends TestBase {
@Test
public void testCalendarBytes() {
GregorianCalendar calendar = MiBandDateConverter.createCalendar();
byte[] bytes = MiBandDateConverter.calendarToRawBytes(calendar);
byte[] bytes = MiBandDateConverter.calendarToRawBytes(calendar,"fake");
LOG.info("Calender: " + DateTimeUtils.formatDateTime(calendar.getTime()));
Logging.logBytes(LOG, bytes);
}