aboutsummaryrefslogtreecommitdiff
path: root/test/test_2019.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_2019.cpp')
-rw-r--r--test/test_2019.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_2019.cpp b/test/test_2019.cpp
index 30bdd12..a591c94 100644
--- a/test/test_2019.cpp
+++ b/test/test_2019.cpp
@@ -44,5 +44,6 @@ TEST_CASE("Sunny with a Chance of Asteroids", "[2019]") {
TEST_CASE("Universal Orbit Map", "[2019]") {
line_view lv = load_file("../src/2019/day6/input");
auto p = aoc2019::day6(lv);
- REQUIRE(0 == p);
+ REQUIRE(312697 == p.first);
+ REQUIRE(466 == p.second);
}