mirror of https://github.com/ppy/osu
Update test expectations for catch
This commit is contained in:
parent
16d893d40c
commit
3d8d0f8430
|
@ -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],
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue