summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/Authentication/TwoFactorAuth/ProviderSetTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Authentication/TwoFactorAuth/ProviderSetTest.php b/tests/lib/Authentication/TwoFactorAuth/ProviderSetTest.php
index 3587204aba9..f294e40111d 100644
--- a/tests/lib/Authentication/TwoFactorAuth/ProviderSetTest.php
+++ b/tests/lib/Authentication/TwoFactorAuth/ProviderSetTest.php
@@ -64,7 +64,7 @@ class ProviderSetTest extends TestCase {
$set = new ProviderSet([$p2, $p1], false);
- $this->assertEquals($expected, $set->get3rdPartyProviders());
+ $this->assertEquals($expected, $set->getPrimaryProviders());
}
public function testGetProvider() {