[feature] move ContactsAddressTableRow to Record

This commit is contained in:
Mateusz Grzywacz
2020-07-16 00:32:34 +02:00
committed by Mateusz Grzywacz
parent dbe1427e04
commit ac5bdf4c01
4 changed files with 13 additions and 11 deletions

View File

@@ -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",