Skip to content

Commit 4b7b500

Browse files
author
Nils Bars
committed
Fix decorator syntax in test exercise submission_tests
1 parent 66789c8 commit 4b7b500

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/helpers/exercise_factory.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,13 @@ def create_sample_exercise(
145145
TARGET_BIN = Path("/home/user/solution")
146146
147147
148-
@environment_test
148+
@environment_test()
149149
def test_environment() -> bool:
150150
"""Test whether all required files are in place."""
151151
return assert_is_exec(TARGET_BIN)
152152
153153
154-
@submission_test
154+
@submission_test()
155155
def test_addition() -> bool:
156156
"""Test addition functionality."""
157157
# Build the solution

0 commit comments

Comments
 (0)