diff options
Diffstat (limited to 'test/test_2019.cpp')
-rw-r--r-- | test/test_2019.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_2019.cpp b/test/test_2019.cpp index dbe9646..462d4d9 100644 --- a/test/test_2019.cpp +++ b/test/test_2019.cpp @@ -71,6 +71,6 @@ TEST_CASE("Space Image Format", "[2019]") { TEST_CASE("Monitoring Station", "[2019]") { line_view lv = load_file("../src/2019/day10/input"); auto p = aoc2019::day10(lv); - REQUIRE(0 == p.first); + REQUIRE(334 == p.first); REQUIRE(0 == p.second); } |