Skip to content

Commit

Permalink
remove useless assertation
Browse files Browse the repository at this point in the history
  • Loading branch information
yibeichan committed Jan 8, 2024
1 parent 9dd2952 commit 9772d98
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions reproschema/tests/test_reproschema2redcap.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@ def test_reproschema2redcap_success():

# Assert the expected outcomes
assert result.exit_code == 0
assert (
f"Converted reproschema JSON from {input_path} to Redcap CSV at {output_csv_path}"
in result.output
)


# Check if the output CSV file has been created
assert os.path.exists(output_csv_path)

Expand Down

0 comments on commit 9772d98

Please sign in to comment.