Skip to content

Commit

Permalink
Refactor for PEP08
Browse files Browse the repository at this point in the history
  • Loading branch information
killianrochet committed May 23, 2024
1 parent a029c0c commit 62c3234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions redcap_bridge/tests/test_server_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def test_upload_records(clean_server, initialize_test_dir):
# test record.csv contains 2 records
assert res == 2


@pytest.mark.skip('RedCap not up to date')
def test_download_records(clean_server, initialize_test_dir):
"""
Expand Down

0 comments on commit 62c3234

Please sign in to comment.