Skip to content

Commit

Permalink
Fix fields typo in avifgainmaptest (#2387)
Browse files Browse the repository at this point in the history
  • Loading branch information
y-guyon authored Aug 12, 2024
1 parent b75cf3c commit 0d3e5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gtest/avifgainmaptest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ TEST(GainMapTest, DecodeColorNoGridGainMapGrid) {
TEST(GainMapTest, DecodeUnsupportedVersion) {
// The two test files should produce the same results:
// One has an unsupported 'version' field, the other an unsupported
// 'minimum_version' field, but the behavior of these two fiels is the same.
// 'minimum_version' field, but the behavior of these two fields is the same.
for (const std::string image : {"unsupported_gainmap_version.avif",
"unsupported_gainmap_minimum_version.avif"}) {
SCOPED_TRACE(image);
Expand Down

0 comments on commit 0d3e5e2

Please sign in to comment.