Skip to content

Commit

Permalink
IBX-6017: Rollback testLoadVersionInfoList test
Browse files Browse the repository at this point in the history
  • Loading branch information
barw4 committed Jun 29, 2023
1 parent 17bad37 commit 7e6f77e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2132,7 +2132,7 @@ public function testLoadVersionInfoList(): void

$results = $gateway->loadVersionInfoList([11]);

$orig = include_once __DIR__ . '/../_fixtures/extract_version_info_from_rows_multiple_versions.php';
$orig = include __DIR__ . '/../_fixtures/extract_version_info_from_rows_multiple_versions.php';

$this->assertEquals(
[$orig[1]],
Expand Down

0 comments on commit 7e6f77e

Please sign in to comment.