Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
atom1285 committed Jul 5, 2024
1 parent 41610af commit dd8f34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/WorkerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function () {
$this->assertNull($responses[2]->result);
}

/** @doesNotPerformAssertions @test */
/** @doesNotPerformAssertions @test */
public function test_worker_can_dispatch_ticks_to_application_and_returns_responses_to_client()
{
[$app, $worker, $client] = $this->createOctaneContext([
Expand Down

0 comments on commit dd8f34e

Please sign in to comment.