Skip to content

Commit 374ccfc

Browse files
committed
#276: tests: fix spelling
1 parent 6ae9090 commit 374ccfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/collection/test_reduce_collection_race.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ static int multiplier = 0;
5454

5555
static void reduceTarget(MyCol* col, int val) {
5656
auto const num_nodes = theContext()->getNumNodes();
57-
auto const num_elems = num_nodes * multipler;
57+
auto const num_elems = num_nodes * multiplier;
5858
fmt::print("reduce finished: val={}, num_elems={}\n", val, num_elems);
5959
EXPECT_EQ(val, (num_elems * (num_elems-1))/2);
6060
}

0 commit comments

Comments
 (0)