Skip to content

Commit

Permalink
44694 update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
yeneastgate committed Jul 11, 2024
1 parent 396763e commit 3ad8fff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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(44, $dbversion);
$this->assertEquals(45, $dbversion);
return $this->_createQueries;
}

Expand Down Expand Up @@ -271,7 +271,7 @@ public function testDeleteMessageFieldApplicantSearchForm()
*/
public function testMaxVersion()
{
$this->assertEquals(44, DatabaseChanges::MAX_VERSION);
$this->assertEquals(45, DatabaseChanges::MAX_VERSION);
}


Expand Down

0 comments on commit 3ad8fff

Please sign in to comment.