mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-06-13 19:15:07 -04:00
[feature] move ContactsAddressTableRow to Record
This commit is contained in:
committed by
Mateusz Grzywacz
parent
dbe1427e04
commit
ac5bdf4c01
@@ -12,7 +12,7 @@ TEST_CASE("Contacts address Table tests")
|
||||
ContactsDB contactsdb;
|
||||
REQUIRE(contactsdb.isInitialized());
|
||||
|
||||
ContactsAddressTableRow testRow1 = {.ID = 0,
|
||||
ContactsAddressTableRow testRow1 = {{.ID = DB_ID_NONE},
|
||||
.contactID = 0,
|
||||
.address = "6 Czeczota St.\n02600 Warsaw",
|
||||
.note = "Test note",
|
||||
|
||||
Reference in New Issue
Block a user