Skip to content

Commit 803d75f

Browse files
fix: phpunit
1 parent 5cd8c70 commit 803d75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-image-import.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function test_image_import_url() {
3131

3232
// Check that error was logged for invalid URL
3333
$logger = Feedzy_Rss_Feeds_Log::get_instance();
34-
$recent_logs = $logger->get_recent_logs( 5, 'ERROR' );
34+
$recent_logs = $logger->get_recent_logs( 5, 'error' );
3535
$this->assertNotEmpty( $recent_logs );
3636

3737
// Find the error log for invalid image URL

0 commit comments

Comments
 (0)