1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 03:42:57 +08:00

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

View File

@ -17,7 +17,7 @@ namespace osu.Game.Rulesets.Catch.Tests
// 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],
];