Skip to content

Commit

Permalink
Merge 5db399f into 6e31b4b
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr authored Apr 5, 2023
2 parents 6e31b4b + 5db399f commit 2e300dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/error_in_creator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ TEST_P(FaultyDelayedItemErrorTest, faultyCompressedItem)
zim::microsleep(sleep_time * getWaitTimeFactor());
// We detect it for any call after
CHECK_ASYNC_EXCEPT(creator.addMetadata("Title", "This is a title"));
CHECK_ASYNC_EXCEPT(creator.addMetadata("Title", "This is a title"));
CHECK_ASYNC_EXCEPT(creator.addIllustration(48, "PNGBinaryContent48"));
CHECK_ASYNC_EXCEPT(creator.addRedirection("foo2", "FooRedirection", "foo"));
CHECK_ASYNC_EXCEPT(creator.finishZimCreation());
Expand Down

0 comments on commit 2e300dd

Please sign in to comment.