mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix variable name typo
Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
This commit is contained in:
@@ -1209,9 +1209,9 @@ class TestTypeNames:
|
||||
stylesheet.parse()
|
||||
|
||||
def test_combined_type_no_number(self):
|
||||
for seperator in " >,":
|
||||
for separator in " >,":
|
||||
stylesheet = Stylesheet()
|
||||
stylesheet.add_source(f"StartType {seperator} TestType {{}}")
|
||||
stylesheet.add_source(f"StartType {separator} TestType {{}}")
|
||||
assert len(stylesheet.rules) == 1
|
||||
|
||||
def test_combined_type_with_number(self):
|
||||
|
||||
Reference in New Issue
Block a user