Skip to content

Commit beb55b9

Browse files
committed
adjust test
1 parent 499880f commit beb55b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ultraplot/tests/test_external_container_mocked.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,9 @@ def test_shrink_factor_default():
295295
fig, 1, 1, 1, external_axes_class=MockExternalAxes, external_axes_kwargs={}
296296
)
297297

298-
# Default shrink factor should be 0.85
298+
# Default shrink factor should be 0.95
299299
assert hasattr(ax, "_external_shrink_factor")
300-
assert ax._external_shrink_factor == 0.85
300+
assert ax._external_shrink_factor == 0.95
301301

302302

303303
def test_shrink_factor_custom():

0 commit comments

Comments
 (0)