Skip to content

Commit

Permalink
#2338: set node to 1 in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Aug 27, 2024
1 parent 8f48c00 commit d4d19b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/utils/test_bit_packing.nompi.cc
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ TEST_F(TestBitPacking, test_bit_packing_and_create_collection) {
using Field = uint64_t;
bool migratable = true;
int home = 0;
int node = 0;
int node = 1;
auto seq_id = 3;
auto init_elm = elm::ElmIDBits::createCollectionImpl(migratable, seq_id, home, node);
auto derived_id = BitPackerType::getField<
Expand Down

0 comments on commit d4d19b2

Please sign in to comment.