Skip to content

Commit

Permalink
hmm not sure why that failed
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Jun 17, 2023
1 parent f2ea712 commit c2bbfb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/WebHookTest.php
Expand Up @@ -15,7 +15,7 @@ public function test_makes_document()
{
Queue::fake();
$data = [
'test' => Uuid::uuid4()->toString()
'test' => Uuid::uuid4()->toString(),
];

$source = Source::factory()
Expand Down

0 comments on commit c2bbfb0

Please sign in to comment.