mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
update truth test case
This commit is contained in:
parent
b37eeb2ec2
commit
0a4b5ae3dd
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ protected:
|
|||
{
|
||||
cat = CardDatabaseManager::getInstance()->getCardBySimpleName("Cat");
|
||||
notDeadAfterAll = CardDatabaseManager::getInstance()->getCardBySimpleName("Not Dead After All");
|
||||
truth = CardDatabaseManager::getInstance()->getCardBySimpleName("Truth OR Tale");
|
||||
truth = CardDatabaseManager::getInstance()->getCardBySimpleName("Truth");
|
||||
}
|
||||
}
|
||||
// void TearDown() override {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue