Skip to content

Commit fdd145e

Browse files
committed
Fixed broken tests
1 parent 4c59eb3 commit fdd145e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/client/contexts/test_fib.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,7 @@ def test_fib_autotem_context(
173173
rsync_basepath=Path(""),
174174
)
175175
assert mock_capture_post.call_count == len(fib_autotem_dc_images)
176-
assert len(context._milling) == num_lamellae
177-
assert len(context._lamellae) == num_lamellae
176+
assert len(context._drift_correction_images) == num_lamellae
178177

179178

180179
def test_fib_maps_context(

0 commit comments

Comments
 (0)