mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:37:46 +00:00
Tests/LibGfx: Fix a typo
This commit is contained in:
parent
52397d01bd
commit
75fc51bb67
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