chore(tests): fix image compare tests

This commit is contained in:
Gabor Kiss-Vamosi
2022-02-16 09:45:39 +01:00
parent e4824f5f6b
commit 4246615f48

View File

@@ -151,7 +151,7 @@ bool lv_test_assert_img_eq(const char * fn_ref)
png_release(&p);
return err;
return !err;
}