Skip to content

Commit

Permalink
fix test file
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Aug 7, 2019
1 parent 207899e commit 7441b9f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions readthedocs/rtd_tests/tests/test_imported_file.py
Expand Up @@ -127,10 +127,8 @@ def test_create_intersphinx_data(self, mock_exists):
return_value=test_objects_inv
) as mock_fetch_inventory:

test_dir = os.path.join(base_dir, 'files')

_create_imported_files(self.version, test_dir, 'commit01', 1)
_create_intersphinx_data(self.version, test_dir, 'commit01', 1)
_create_imported_files(self.version, 'commit01', 1)
_create_intersphinx_data(self.version, 'commit01', 1)

# there will be two html files,
# `api/index.html` and `test.html`
Expand Down

0 comments on commit 7441b9f

Please sign in to comment.