mirror of
https://github.com/ppy/osu.git
synced 2025-01-23 06:52:58 +08:00
Fix test name
This commit is contained in:
parent
d11d29c1f7
commit
a26ac31c64
@ -28,7 +28,7 @@ namespace osu.Game.Rulesets.Catch.Tests.Mods
|
|||||||
|
|
||||||
[TestCase(false)]
|
[TestCase(false)]
|
||||||
[TestCase(true)]
|
[TestCase(true)]
|
||||||
public void TestTestJuiceStream(bool shouldMiss)
|
public void TestJuiceStream(bool shouldMiss)
|
||||||
{
|
{
|
||||||
var stream = new JuiceStream
|
var stream = new JuiceStream
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user