Skip to content

Commit 60baf01

Browse files
Update tests/conftest.py
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
1 parent ae23e7f commit 60baf01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ def exercise_provider_dry_run(
364364
if expect_present_before:
365365
assert dry_removed is True
366366
else:
367-
assert dry_removed in (False, True)
367+
assert dry_removed is False
368368

369369
after = provider.load(bin_name, quiet=True, no_cache=True)
370370
if expect_present_before:

0 commit comments

Comments
 (0)