Skip to content

Commit 3f79e00

Browse files
committed
Fix incorrect test case name in Drawable test
1 parent 2925874 commit 3f79e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/scratch_classes/drawable_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ TEST(DrawableTest, LayerOrder)
4040
ASSERT_EQ(drawable.layerOrder(), 0);
4141
}
4242

43-
TEST(TargetTest, Engine)
43+
TEST(DrawableTest, Engine)
4444
{
4545
Drawable drawable;
4646
ASSERT_EQ(drawable.engine(), nullptr);

0 commit comments

Comments
 (0)