Skip to content

Commit

Permalink
Correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lukinovec committed Jan 8, 2025
1 parent f83554a commit 1b09973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/RunForMultipleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
};

// tenancy()->runForMultiple([], ...) shouldn't do anything
// No users should be created -- the closure should not be run at all
// No users should be created -- the closure should not run at all
tenancy()->runForMultiple([], $createUser('none'));
// Try the same with an empty collection -- the result should be the same for any traversable
tenancy()->runForMultiple(collect(), $createUser('none'));
Expand Down

0 comments on commit 1b09973

Please sign in to comment.