Skip to content

Commit f3f209c

Browse files
committed
Fix tests
Signed-off-by: Jack Cherng <[email protected]>
1 parent c625cb3 commit f3f209c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/DifferTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ public function testGetGroupedOpcodes(string $old, string $new, array $expected)
6767

6868
$this->assertSame(
6969
$expected,
70-
(new Differ($old, $new))
71-
->finalize()
72-
->getGroupedOpcodes()
70+
(new Differ($old, $new))->getGroupedOpcodes()
7371
);
7472
}
7573
}

0 commit comments

Comments
 (0)