We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d669ce5 commit 90311daCopy full SHA for 90311da
1 file changed
test/scratch_classes/stage_test.cpp
@@ -21,7 +21,7 @@ TEST(StageTest, IsStage)
21
ASSERT_TRUE(stage.isStage());
22
}
23
24
-TEST(SpriteTest, Interface)
+TEST(StageTest, Interface)
25
{
26
Stage stage;
27
ASSERT_EQ(stage.getInterface(), nullptr);
@@ -32,7 +32,7 @@ TEST(SpriteTest, Interface)
32
ASSERT_EQ(stage.getInterface(), &handler);
33
34
35
-TEST(SpriteTest, CostumeIndex)
+TEST(StageTest, CostumeIndex)
36
37
38
EngineMock engine;
0 commit comments