Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 24, 2023
1 parent cf00ed4 commit 9f19f0c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_level/test_level_04.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,6 @@ def test_print_comma_starting_ending_quote_gives_UnquotedException(self):
exception=hedy.exceptions.UnquotedTextException,
)



def test_print_comma_without_ending_double_quote_gives_UnquotedException(self):
code = 'print "hallo, wereld'

Expand All @@ -246,7 +244,6 @@ def test_print_comma_without_ending_double_quote_gives_UnquotedException(self):
exception=hedy.exceptions.UnquotedTextException,
)


def test_print_comma_without_starting_double_quote_gives_UnquotedException(self):
code = 'print hallo, wereld"'

Expand All @@ -255,6 +252,7 @@ def test_print_comma_without_starting_double_quote_gives_UnquotedException(self)
max_level=17,
exception=hedy.exceptions.UnquotedTextException,
)

def test_print_without_starting_quote_gives_UnquotedException(self):

code = "print hallo wereld'"
Expand Down

0 comments on commit 9f19f0c

Please sign in to comment.