Skip to content

Commit 4ca4333

Browse files
authored
docs: add more tests in the contributing guidelines
1 parent fe67102 commit 4ca4333

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

+2
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ static void tests() {
116116

117117
assert(is_number_on_array(arr, 9) == true);
118118
assert(is_number_on_array(arr, 4) == false);
119+
assert(is_number_on_array(arr, 98) == true);
120+
assert(is_number_on_array(arr, 512) == false);
119121

120122
std::cout << "All tests have successfully passed!\n";
121123
}

0 commit comments

Comments
 (0)