Skip to content

Commit dd1916e

Browse files
author
Marcel Weikum
committed
Forgot one
1 parent 71f4df0 commit dd1916e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/baffling-birthdays/baffling_birthdays_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
TEST_CASE("one_birthdate", "[716dcc2b-8fe4-4fc9-8c48-cbe70d8e6b67]") {
99
std::vector<std::string> birthdates{"2000-01-01"};
10-
REQUIRE(baffling_birthdays::shared_birthday(birthdates) == false);
10+
REQUIRE_FALSE(baffling_birthdays::shared_birthday(birthdates));
1111
}
1212

1313
#if defined(EXERCISM_RUN_ALL_TESTS)

0 commit comments

Comments
 (0)