Skip to content

Commit 90311da

Browse files
committed
Fix test names in stage test
1 parent d669ce5 commit 90311da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/scratch_classes/stage_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ TEST(StageTest, IsStage)
2121
ASSERT_TRUE(stage.isStage());
2222
}
2323

24-
TEST(SpriteTest, Interface)
24+
TEST(StageTest, Interface)
2525
{
2626
Stage stage;
2727
ASSERT_EQ(stage.getInterface(), nullptr);
@@ -32,7 +32,7 @@ TEST(SpriteTest, Interface)
3232
ASSERT_EQ(stage.getInterface(), &handler);
3333
}
3434

35-
TEST(SpriteTest, CostumeIndex)
35+
TEST(StageTest, CostumeIndex)
3636
{
3737
Stage stage;
3838
EngineMock engine;

0 commit comments

Comments
 (0)