1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 04:41:53 +02:00

Fixes #4766 User-audit login event data.

This commit is contained in:
Cameron
2022-05-10 10:21:05 -07:00
parent 7a9610740a
commit 903f51561f
4 changed files with 7 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ class e_user_providerTest extends \Codeception\Test\Unit
$this->assertIsArray($result);
$this->assertContains("Facebook", $result);
$this->assertContains("Twitter", $result);
$this->assertCount(51, $result,
$this->assertCount(52, $result,
"The number of Hybridauth providers has changed! If this is intentional, note the change " .
"in Hybridauth providers in the release changelog and update the count in this test."
);