Skip to content
Snippets Groups Projects

Fix tests

Merged Claudiu Cristea requested to merge issue/track_usage-3519504:3519504-fix-next-minor into 1.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -115,7 +115,7 @@ class RecorderTest extends TrackUsageTestBase {
->select(RecorderInterface::TABLE)
->fields(RecorderInterface::TABLE)
->execute()
->fetchAll($this->fetchMode($this->fetchMode(\PDO::FETCH_NUM)));
->fetchAll($this->fetchMode(\PDO::FETCH_NUM));
$expectedRecords = $this->getExpectation($expectation);
$this->assertCount(count($expectedRecords), $actualRecords);
Loading