Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 12, 2020
1 parent 7831743 commit a9f03b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ def test_download_package_from_ocid_record(download, db, tmpdir):

download.assert_called_once_with('ocds-213czf-1_record_package.json')


@patch('google.colab.files.download')
@patch('ocdskingfishercolab._notebook_id', _notebook_id)
def test_download_package_from_ocid_path_separator(download, db, tmpdir):
Expand Down

0 comments on commit a9f03b2

Please sign in to comment.