Skip to content

Commit

Permalink
PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
cmlccie committed Apr 2, 2019
1 parent d25d0bc commit ee59ac0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ def temp_directory():

@pytest.fixture("session")
def local_file(temp_directory):
file = download_file(WEBEX_TEAMS_TEST_FILE_URL, temp_directory)
file = download_file(WEBEX_TEAMS_TEST_FILE_URL, temp_directory)

yield file
yield file

os.remove(file)
os.remove(file)


@pytest.fixture(scope="session")
Expand Down

0 comments on commit ee59ac0

Please sign in to comment.