Skip to content

Commit

Permalink
this is always an array
Browse files Browse the repository at this point in the history
  • Loading branch information
edalzell committed May 29, 2024
1 parent bf82d1e commit 3a76e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Assets/AssetContainerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public function it_gets_and_sets_whether_downloading_is_allowed()
public function it_gets_and_sets_the_validation_rules()
{
$container = new AssetContainer;
$this->assertNull($container->validation());
$this->assertEmpty($container->validation());

$return = $container->validation(['max:5120']);

Expand Down

0 comments on commit 3a76e0d

Please sign in to comment.