From 4935085fd818761f3879c5fef8a98dad2e63f308 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 16 Jul 2020 10:59:22 +0200 Subject: [PATCH] elm: tests: fix typo in test name Found while working on exactness scenarios. Better get this fixed here before we use it in tools like exactness and make it harder to change. --- src/bin/elementary/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/elementary/test.c b/src/bin/elementary/test.c index 1bcf69e9cd..1acf333dcf 100644 --- a/src/bin/elementary/test.c +++ b/src/bin/elementary/test.c @@ -1223,7 +1223,7 @@ add_tests: ADD_TEST(NULL, "Text", "Label Ellipsis", test_label_ellipsis); ADD_TEST(NULL, "Text", "Label Colors", test_label_colors); ADD_TEST(NULL, "Text", "Label Emoji", test_label_emoji); - ADD_TEST(NULL, "Text", "Label Variation Sequnece", test_label_variation_sequence); + ADD_TEST(NULL, "Text", "Label Variation Sequence", test_label_variation_sequence); ADD_TEST_EO(NULL, "Text", "Efl.Ui.Textpath", test_ui_textpath); ADD_TEST_EO(NULL, "Text", "Efl.Canvas.Textblock style", test_canvas_textblock);