Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ka-sarthak committed Jan 7, 2025
1 parent 802870c commit dd197dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,8 @@ def fixture_parsed_measurement_archive(request):
assert file_archive.data.measurement.m_proxy_value == os.path.abspath(
rel_measurement_archive_path
)
measurement_archive = parse(rel_measurement_archive_path)[0]

yield measurement_archive
yield parse(rel_measurement_archive_path)[0]

if os.path.exists(rel_measurement_archive_path):
os.remove(rel_measurement_archive_path)

0 comments on commit dd197dd

Please sign in to comment.