aboutsummaryrefslogtreecommitdiff
path: root/test/test_2016.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_2016.cpp')
-rw-r--r--test/test_2016.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_2016.cpp b/test/test_2016.cpp
index f21bd14..e42d817 100644
--- a/test/test_2016.cpp
+++ b/test/test_2016.cpp
@@ -103,7 +103,7 @@ TEST_CASE("Balance Bots", "[2016]") {
line_view lv = load_file("../src/2016/day10/input");
auto p = aoc2016::day10(lv);
REQUIRE(147 == p.first);
- REQUIRE(0 == p.second);
+ REQUIRE(55637 == p.second);
}
TEST_CASE("", "[2016]") {