Skip to content

Commit

Permalink
Improve test wording
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Feb 24, 2024
1 parent aede7ea commit 2949aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pest/Feature/RefreshCacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
->toHaveCount(1);
});

test('Element query type records are deleted when executing them throws an exception', function() {
test('Element query type records are deleted when executing them results in an exception', function() {
Blitz::$plugin->generateCache->addElementQuery(Entry::find()->ancestorOf(999999999999999));

// Disable tracking of element queries, so it doesn’t mess up our test!
Expand Down

0 comments on commit 2949aa0

Please sign in to comment.