Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Another test fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Apr 30, 2019
1 parent a3c2aca commit 53fcae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/JSONOutputTest.hack
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ final class JSONOutputTest extends TestCase {

$lines =
Vec\map($data['errors'], $e ==> $e['range']['start']['line'] ?? null);
expect($lines)->toBeSame(vec[12, 13, 14]);
expect($lines)->toBeSame(vec[12, 13]);

static::markTestIncomplete("range ends are not currently set");
}
Expand Down

0 comments on commit 53fcae1

Please sign in to comment.