Skip to content

Commit

Permalink
fixed spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaanwinchub committed May 11, 2023
1 parent af527e2 commit 25a21a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wincpy/checks/7b9401ad7f544be2a23321292dd61cb6.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def check_greet(student_module):
template = f"Testing, <name>{RANDOM_STR}!"
assert student_module.greet(name, template) == template.replace(
"<name>", name
), "The greeting with a template is not not correct."
), "The greeting with a template is not correct."


def check_force(student_module):
Expand Down

0 comments on commit 25a21a4

Please sign in to comment.