Skip to content

Commit

Permalink
#2087: tests: update test to reflect real conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Feb 10, 2023
1 parent d944087 commit 57b0117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/lb/test_offlinelb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ TEST_F(TestOfflineLB, test_offlinelb_1) {
}

for (int i = 0; i < len; i++) {
auto pid = elm::ElmIDBits::createCollectionImpl(true, i+1, prev_node, prev_node);
auto nid = elm::ElmIDBits::createCollectionImpl(true, i+1, next_node, next_node);
auto pid = elm::ElmIDBits::createCollectionImpl(true, i+1, prev_node, this_node);
auto nid = elm::ElmIDBits::createCollectionImpl(true, i+1, next_node, this_node);
ids[1].push_back(pid);
ids[2].push_back(pid);
ids[4].push_back(nid);
Expand Down

0 comments on commit 57b0117

Please sign in to comment.