Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
engcom-Echo committed Mar 30, 2020
1 parent 52ea21d commit d0f356e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function testGtmOffset()
->setMethods(null)
->getMock();

$this->assertEquals(3600, $dateTime->getGmtOffset());
$this->assertEquals(7200, $dateTime->getGmtOffset());
}

/**
Expand Down

0 comments on commit d0f356e

Please sign in to comment.