Skip to content

Commit

Permalink
#249: location: remove useless assertion on entity migration
Browse files Browse the repository at this point in the history
  • Loading branch information
hobywan authored and lifflander committed Mar 10, 2019
1 parent 240eda7 commit b284fc9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/unit/location/test_location.cc
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,6 @@ TEST_F(TestLocation, test_migration_entity) {
// The protocol may actually eagerly update other nodes
EXPECT_TRUE(node == 0 or node == 1);
});
} else {
vt::theLocMan()->virtual_loc->getLocation(entity, 0, [my_node](vt::NodeType node) {
// fmt::print("this node={}: node={}\n", my_node, node);
EXPECT_EQ(1, node);
});
}
}
}
Expand Down

0 comments on commit b284fc9

Please sign in to comment.