We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd65251 commit 5b802c4Copy full SHA for 5b802c4
task_09/src/test.cpp
@@ -4,7 +4,7 @@
4
5
#include "minimum_moneys.hpp"
6
7
-TEST(MinMoney, GreedyAlgorithmNotWorkHere){
+TEST(MinMoney, GreedyAlgorithmNotWorkHere) {
8
ASSERT_EQ(MinMoney(std::vector<int>{1, 3, 4}, 6), (2));
9
}
10
0 commit comments