1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 14:07:25 +08:00

Add test for banana shower fail

This commit is contained in:
Dan Balasescu 2024-03-20 17:31:11 +09:00
parent c78e203df5
commit 66ace02e58
No known key found for this signature in database

View File

@ -19,6 +19,7 @@ namespace osu.Game.Rulesets.Catch.Tests
[new Droplet(), 0.01, true],
[new TinyDroplet(), 0, false],
[new Banana(), 0, false],
[new BananaShower(), 0, false]
];
[TestCaseSource(nameof(test_cases))]