Skip to content

Commit 71030e3

Browse files
authored
Update StringParserTest.php
1 parent e7175f6 commit 71030e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

2015/tests/StringParserTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public function testComputeEncodedStringUsage()
3838

3939
// Day 8 Part 2 inputs
4040
$result = $this->stringParser->computeEncodedStringUsage($this->input);
41-
// 1998 is too low, 2093 is too high?, 2118 is not right, 2384 is too high, 2086 also wrong, 2117???
4241
$this->assertEquals(2117, $result['charactersOfEncodedStrings'] - $result['charactersOfStringCode']);
4342
}
4443
}

0 commit comments

Comments
 (0)