Skip to content

Commit f8cb652

Browse files
committed
Updated Test Case for db column check.
1 parent 08f4451 commit f8cb652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TwoFactorAuthenticationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function testUserId()
1616

1717
public function testIfColumnExists()
1818
{
19-
$this->assertTrue(Schema::hasColumn(config('2fa-config.table'), 'two_factor_secret_key'));
19+
$this->assertTrue(Schema::hasColumn(config('2fa-config.table'), 'two_factor_provisioned_uri'));
2020
$this->assertTrue(Schema::hasColumn(config('2fa-config.table'), 'is_two_factor_enabled'));
2121
}
2222
}

0 commit comments

Comments
 (0)