Skip to content

Commit

Permalink
Apply fixes from StyleCI (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored Nov 23, 2023
1 parent 27ddf6a commit 455da1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Feature/Generators/MigrationGeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ public function output_generates_migrations($definition, $path, $model): void
$tree = $this->blueprint->analyze($tokens);

$this->assertEquals(['created' => [$timestamp_path]], $this->subject->output($tree));

}

#[Test]
Expand Down

0 comments on commit 455da1e

Please sign in to comment.