Skip to content

Commit

Permalink
Tests: Fix Image_File_Test
Browse files Browse the repository at this point in the history
  • Loading branch information
mundschenk-at committed Dec 25, 2024
1 parent 8e78e6d commit 2d8d6ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ public function provide_is_global_upload_data() {
'No global upload, singlesite' => [ false, false, false ],
'No global upload, multisite' => [ false, true, false ],
'Global upload, singlesite' => [ true, false, false ],
'Global upload, singlesite' => [ true, true, true ],
'Global upload, multisite' => [ true, true, true ],
];
}

Expand Down

0 comments on commit 2d8d6ea

Please sign in to comment.