We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81f688 commit 4a677aeCopy full SHA for 4a677ae
tests/Integration/Api/Client/ApiKeyControllerTest.php
@@ -66,7 +66,7 @@ public function testApiKeyCanBeCreatedForAccount()
66
// Small sub-test to ensure we're always comparing the number of keys to the
67
// specific logged in account, and not just the total number of keys stored in
68
// the database.
69
- factory(ApiKey::class)->create([
+ factory(ApiKey::class)->times(10)->create([
70
'user_id' => factory(User::class)->create()->id,
71
'key_type' => ApiKey::TYPE_ACCOUNT,
72
]);
0 commit comments