Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bordeux committed Oct 24, 2023
1 parent 0416e03 commit 35ac62e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
},
"symfony": {
"require": "6.4.*"
}
},
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion tests/Command/ImportCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ public function testContent(): void

$timezone = $geoName->getTimezone();
self::assertInstanceOf(Timezone::class, $timezone);
self::assertSame(372, $timezone->getId());
self::assertSame("Europe/Warsaw", $timezone->getTimezone());
self::assertSame("PL", $timezone->getCountryCode());
self::assertSame(1.0, $timezone->getGmtOffset());
Expand Down

0 comments on commit 35ac62e

Please sign in to comment.