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