Skip to content

Commit 56edf3f

Browse files
committed
update user agent in TestCase.php
1 parent d01df1a commit 56edf3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/TestCase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class TestCase extends PHPUnitTestCase
2323
public function setUp(): void
2424
{
2525
$this->apiClient = new SpigotAPIClient();
26-
$this->apiClient->setUserAgent("aternos/php-spigot-api@1.0.0 ([email protected])");
26+
$this->apiClient->setUserAgent("aternos/php-spigot-api@2.0.0 ([email protected])");
2727
}
2828

2929
protected function assertValidStats(ResourceStats $stats): void
@@ -98,4 +98,4 @@ protected function assertValidPaginatedList(PaginatedList $list): void
9898
$this->assertNotEmpty($list->getResults());
9999
}
100100

101-
}
101+
}

0 commit comments

Comments
 (0)