def test_should_read_input_file(self):
     actual = TriangleDecoder.try_to_solve_day_3_part_2()
     expected = 1921  # Ran the test to get the number and then updated the expected
     self.assertEquals(expected, actual)