Skip to content

Commit

Permalink
Fix unit tests after image optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Jun 8, 2022
1 parent 73d7606 commit 552a27c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified src/gui/resources/images/status/pending.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/tests/src/downloader/file-downloader-test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ QString fileMd5(const QString &path)
TEST_CASE("FileDownloader")
{
const QString successUrl = "https://raw.githubusercontent.com/Bionus/imgbrd-grabber/master/gui/resources/images/icon.png";
const QString successMd5 = "005ffe0a3ffcb67fb2da4671d28fd363";
const QString successMd5 = "30d4506c7747c244219b8428a5fbff7f";
NetworkManager accessManager;

SECTION("Success")
Expand Down

0 comments on commit 552a27c

Please sign in to comment.