Skip to content

Commit

Permalink
Merge pull request #13 from DCzajkowski/shit
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
DCzajkowski authored Dec 1, 2018
2 parents e600e76 + 419becd commit a30717d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public function testUserCannotVerifyOthers()
'email_verified_at' => null,
]);

factory(User::class)->create(['id' => 2, 'email_verified_at' => null]);
$user2 = factory(User::class)->create(['id' => 2, 'email_verified_at' => null]);

$response = $this->actingAs($user)->get($this->validVerificationVerifyRoute(2));

Expand Down

0 comments on commit a30717d

Please sign in to comment.