Skip to content

Commit

Permalink
fix union test typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nvbeusekom committed Apr 20, 2022
1 parent d7944ab commit e20f884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/union-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ suite.addBatch({
[3,3,4,4]
];

assert.deepequal(reorder.union(mats), result);
assert.deepEqual(reorder.union(mats), result);
},
},
});
Expand Down

0 comments on commit e20f884

Please sign in to comment.