Skip to content

Commit

Permalink
adapt test to changed uncompressed encoder plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Oct 20, 2024
1 parent 835c0bd commit fbf0ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/uncompressed_encode.cc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ TEST_CASE("check have uncompressed")
REQUIRE(err.code == heif_error_Ok);

const char *name = heif_encoder_get_name(enc);
REQUIRE(strcmp(name, "uncompressed") == 0);
REQUIRE(strcmp(name, "builtin") == 0);

heif_encoder_release(enc);

Expand Down

0 comments on commit fbf0ea1

Please sign in to comment.