Skip to content

Commit

Permalink
Update AutoloaderTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bnomei authored Jun 4, 2024
1 parent e7cc02a commit 74ce34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AutoloaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
$models = $autoloader->blockModels();

expect($models)->toBeArray();
expect($models)->toHaveKey('very-amaze');
expect($models)->toHaveKey('veryAmaze');
expect($models)->toHaveKey('bloba');
expect(class_exists('VeryAmazeBlock'))->toBeTrue();

Expand Down

0 comments on commit 74ce34c

Please sign in to comment.