Update test expectations for catch

This commit is contained in:
Bartłomiej Dach 2024-02-14 08:37:20 +01:00
parent 16d893d40c
commit 3d8d0f8430
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ public class CatchHealthProcessorTest
// hitobject, starting HP, fail expected after miss
[new Fruit(), 0.01, true],
[new Droplet(), 0.01, true],
[new TinyDroplet(), 0, true],
[new TinyDroplet(), 0, false],
[new Banana(), 0, false],
];