public void SampleCodeExitsWithEightAfterChange() { var expected = 8; var actual = _day08.FixAndAccumulator(_input); actual.Should().Be(expected); }