Fix variable name typo
Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
This commit is contained in:
parent
e8e00b1920
commit
e666ee7286
1 changed files with 2 additions and 2 deletions
|
|
@ -1221,8 +1221,8 @@ class TestTypeNames:
|
|||
assert len(stylesheet.rules) == 1
|
||||
|
||||
def test_combined_type_starts_with_number(self):
|
||||
for seperator in " >,":
|
||||
for separator in " >,":
|
||||
stylesheet = Stylesheet()
|
||||
stylesheet.add_source(f"StartType {seperator} 1TestType {{}}")
|
||||
stylesheet.add_source(f"StartType {separator} 1TestType {{}}")
|
||||
with pytest.raises(TokenError):
|
||||
stylesheet.parse()
|
||||
|
|
|
|||
Loading…
Reference in a new issue