From 68e76285fe18a12bbbdf9c4146667519b116912e Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Tue, 17 Dec 2024 14:52:17 -0600 Subject: [PATCH] file db unit tests and fixes --- repertory/repertory_test/src/file_db_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/repertory/repertory_test/src/file_db_test.cpp b/repertory/repertory_test/src/file_db_test.cpp index 00edc2af..16fce3e6 100644 --- a/repertory/repertory_test/src/file_db_test.cpp +++ b/repertory/repertory_test/src/file_db_test.cpp @@ -209,6 +209,7 @@ TYPED_TEST(file_db_test, item_not_found_is_returned_for_non_existing_file_data_api_path) { this->file_db->clear(); + i_file_db::file_data data{}; EXPECT_EQ(api_error::item_not_found, this->file_db->get_file_data("/file", data)); }