From 4efc12232a70488929134dc72d4af5145265a407 Mon Sep 17 00:00:00 2001 From: Philipp Date: Sun, 5 Dec 2021 00:20:46 +0100 Subject: [PATCH] Fix test --- .../src/Module/Api/Mastodon/Accounts/VerifyCredentialsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/Module/Api/Mastodon/Accounts/VerifyCredentialsTest.php b/tests/src/Module/Api/Mastodon/Accounts/VerifyCredentialsTest.php index c62705080..5170f1cb2 100644 --- a/tests/src/Module/Api/Mastodon/Accounts/VerifyCredentialsTest.php +++ b/tests/src/Module/Api/Mastodon/Accounts/VerifyCredentialsTest.php @@ -25,7 +25,7 @@ class VerifyCredentialsTest extends ApiTest $json = json_decode($body); - self::assertEquals(42, $json->id); + self::assertEquals(48, $json->id); self::assertIsArray($json->emojis); self::assertIsArray($json->fields); }