Skip to content

Commit

Permalink
32991 update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
yeneastgate committed May 16, 2024
1 parent 55e2780 commit 05390a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestClassDatabaseChanges.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public function testInstall(): array
$this->assertGreaterThanOrEqual(self::NUM_NEW_TABLES, count($this->_createQueries));

$dbversion = $this->_pDbChanges->getDbVersion();
$this->assertEquals(43, $dbversion);
$this->assertEquals(44, $dbversion);
return $this->_createQueries;
}

Expand Down

0 comments on commit 05390a3

Please sign in to comment.