Skip to content

Commit

Permalink
test: fix card image test
Browse files Browse the repository at this point in the history
  • Loading branch information
azeier committed Aug 22, 2023
1 parent e50be88 commit bb6ae20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions HDTTests/Hearthstone/CardDbTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ public void TestCardBarImages()
// Art for this appears to be missing as of 2020-02-26
continue;
}
if(card.Id == "CORE_BOT_451" || card.Id == "CORE_DMF_060")
{
// Art for this appears to be missing as of 2030-08-22
continue;
}
Assert.IsTrue(File.Exists("../../../../Resources/Tiles/" + card.Id + ".png"), card.Id);
}
}
Expand Down

0 comments on commit bb6ae20

Please sign in to comment.