Skip to content

Commit

Permalink
Update StringParserTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sprak3000 authored Oct 29, 2024
1 parent e7175f6 commit 71030e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 2015/tests/StringParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public function testComputeEncodedStringUsage()

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

0 comments on commit 71030e3

Please sign in to comment.