add day 5 part 2 answer to unit tests

This commit is contained in:
Colin McMillen 2020-12-07 13:24:09 -05:00
parent 2ebb48985a
commit aedc195562

View File

@ -70,7 +70,7 @@ namespace AdventOfCode {
Assert.Equal(820, FindSeatId("BBFFBBFRLL"));
Assert.Equal(828, Part1());
WriteLine(Part2());
Assert.Equal(565, Part2());
}
}
}