mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
Tests/LibGfx: Fix a typo
This commit is contained in:
parent
52397d01bd
commit
75fc51bb67
Notes:
sideshowbarker
2024-07-17 03:35:24 +09:00
Author: https://github.com/LucasChollet
Commit: 75fc51bb67
Pull-request: https://github.com/SerenityOS/serenity/pull/22638
1 changed files with 1 additions and 1 deletions
|
@ -521,7 +521,7 @@ TEST_CASE(test_tiff_lzw)
|
|||
EXPECT_EQ(frame.image->get_pixel(60, 75), Gfx::Color::NamedColor::Red);
|
||||
}
|
||||
|
||||
TEST_CASE(test_tiff_defalte)
|
||||
TEST_CASE(test_tiff_deflate)
|
||||
{
|
||||
auto file = MUST(Core::MappedFile::map(TEST_INPUT("tiff/deflate.tiff"sv)));
|
||||
EXPECT(Gfx::TIFFImageDecoderPlugin::sniff(file->bytes()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue