mirror of
https://github.com/correl/mage.git
synced 2024-11-28 19:19:55 +00:00
Merge fix
This commit is contained in:
parent
e8475f2aee
commit
997dd91c20
1 changed files with 2 additions and 1 deletions
|
@ -1966,8 +1966,9 @@ public class VerifyCardDataTest {
|
||||||
|
|
||||||
private void checkWrongAbilitiesTextEnd() {
|
private void checkWrongAbilitiesTextEnd() {
|
||||||
// TODO: implement tests result/stats by github actions to show in check message compared to prev version
|
// TODO: implement tests result/stats by github actions to show in check message compared to prev version
|
||||||
|
System.out.println(String.format(""));
|
||||||
System.out.println(String.format("Ability text checks ends with stats:"));
|
System.out.println(String.format("Ability text checks ends with stats:"));
|
||||||
System.out.println(String.format(" - total: %d (100.00)", wrongAbilityStatsTotal));
|
System.out.println(String.format(" - total: %d (%.2f)", wrongAbilityStatsTotal, 100.0));
|
||||||
System.out.println(String.format(" - good: %d (%.2f)", wrongAbilityStatsGood, wrongAbilityStatsGood * 100.0 / wrongAbilityStatsTotal));
|
System.out.println(String.format(" - good: %d (%.2f)", wrongAbilityStatsGood, wrongAbilityStatsGood * 100.0 / wrongAbilityStatsTotal));
|
||||||
System.out.println(String.format(" - bad: %d (%.2f)", wrongAbilityStatsBad, wrongAbilityStatsBad * 100.0 / wrongAbilityStatsTotal));
|
System.out.println(String.format(" - bad: %d (%.2f)", wrongAbilityStatsBad, wrongAbilityStatsBad * 100.0 / wrongAbilityStatsTotal));
|
||||||
System.out.println(String.format(""));
|
System.out.println(String.format(""));
|
||||||
|
|
Loading…
Reference in a new issue