mirror of
https://github.com/ppy/osu
synced 2025-01-02 20:32:10 +00:00
Fix test being repeat step
This commit is contained in:
parent
54e5f1c9f0
commit
dfb4a76e29
@ -67,11 +67,11 @@ namespace osu.Game.Tests.Visual.Menus
|
||||
};
|
||||
});
|
||||
|
||||
AddRepeatStep("activate fountains", () =>
|
||||
AddStep("activate fountains", () =>
|
||||
{
|
||||
((StarFountain)Children[0]).Shoot(1);
|
||||
((StarFountain)Children[1]).Shoot(-1);
|
||||
}, 150);
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user