diff --git a/kivy/tests/test_lang_complex.py b/kivy/tests/test_lang_complex.py index 3f28d10cd..68fdb7ac5 100644 --- a/kivy/tests/test_lang_complex.py +++ b/kivy/tests/test_lang_complex.py @@ -10,13 +10,13 @@ rules = ''' source: 'invalid.png' source3: 'valid.png' -[Item@TestWidget2]: +[MItem@TestWidget2]: source: ctx.get('anotherctxvalue') : refwid: myref refwid2: myref2 - Item: + MItem: id: myref2 anotherctxvalue: 'valid.png' TestWidget: