diff options
Diffstat (limited to 'test/test_2017.cpp')
-rw-r--r-- | test/test_2017.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_2017.cpp b/test/test_2017.cpp index 9cc9421..bce71ef 100644 --- a/test/test_2017.cpp +++ b/test/test_2017.cpp @@ -189,7 +189,7 @@ TEST_CASE("Duet", "[2017]") { TEST_CASE("A Series of Tubes", "[2017]") { line_view lv = load_file("../src/2017/day19/input"); auto p = aoc2017::day19(lv); - REQUIRE(0 == p.first); + REQUIRE("PVBSCMEQHY" == p.first); REQUIRE(0 == p.second); } |