Skip to content

Commit

Permalink
Update SetupTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
JonoB committed Apr 19, 2024
1 parent 40fd80b commit f64170a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/Setup/SetupTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ public function the_setup_command_should_stop_on_the_admin_step_if_there_are_not
$step = $setup->get('steps')[$setup->get('active')];

self::assertEquals(Admin::class, $step['handler']);
self::assertEquals(false, $step['completed']);
self::assertEquals(5, $step['completed']);
}
}

0 comments on commit f64170a

Please sign in to comment.