Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonYao287 committed Oct 27, 2024
1 parent 6a0b8c0 commit f3e98af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/homestore_backend/tests/homeobj_fixture.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,15 @@ class HomeObjectFixture : public ::testing::Test {

void SetUp() override {
_obj_inst = std::dynamic_pointer_cast< HSHomeObject >(g_helper->build_new_homeobject());
LOGINFO("starting sync set up");
g_helper->sync_and_refresh();
LOGINFO("finish sync set up");
}

void TearDown() override {
LOGINFO("starting sync teardown");
g_helper->sync();
LOGINFO("finish sync teardown");
_obj_inst.reset();
g_helper->delete_homeobject();
}
Expand Down

0 comments on commit f3e98af

Please sign in to comment.