mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Fix incorrect test
This commit is contained in:
@ -71,7 +71,7 @@ namespace osu.Game.Tests.Beatmaps.Formats
|
|||||||
Assert.AreEqual(new Vector2(320, 240), sprite.InitialPosition);
|
Assert.AreEqual(new Vector2(320, 240), sprite.InitialPosition);
|
||||||
Assert.IsTrue(sprite.IsDrawable);
|
Assert.IsTrue(sprite.IsDrawable);
|
||||||
Assert.AreEqual(Anchor.Centre, sprite.Origin);
|
Assert.AreEqual(Anchor.Centre, sprite.Origin);
|
||||||
Assert.AreEqual("SB/black.jpg", sprite.Path);
|
Assert.AreEqual("SB/lyric/ja-21.png", sprite.Path);
|
||||||
|
|
||||||
var animation = background.Elements.OfType<StoryboardAnimation>().First();
|
var animation = background.Elements.OfType<StoryboardAnimation>().First();
|
||||||
Assert.NotNull(animation);
|
Assert.NotNull(animation);
|
||||||
|
Reference in New Issue
Block a user