Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit c1429d5

Browse files
committed
better tests
1 parent 1ae2d4d commit c1429d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration_test_40_results.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,5 @@ def test_results_override(api_anon_client: ApiClient, tmp_path: pathlib.Path) ->
106106
assert target.read_bytes() == target_1.read_bytes()
107107
api_anon_client.retrieve("test-adaptor-dummy", size=2, target=str(target))
108108
assert target.read_bytes() == target_2.read_bytes()
109+
api_anon_client.retrieve("test-adaptor-dummy", size=1, target=str(target))
110+
assert target.read_bytes() == target_1.read_bytes()

0 commit comments

Comments
 (0)