Skip to content

Commit bcbf986

Browse files
committed
revert test edit
1 parent 3fb9b0c commit bcbf986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_backend_bases.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def check(master_transform, paths, all_transforms,
3535
rb._iter_collection(
3636
gc, range(len(raw_paths)), offsets,
3737
transforms.AffineDeltaTransform(master_transform),
38-
facecolors, edgecolors, [], [], [], [False],
38+
facecolors, edgecolors, [], [], [False],
3939
[], 'screen')]
4040
uses = rb._iter_collection_uses_per_path(
4141
paths, all_transforms, offsets, facecolors, edgecolors)

0 commit comments

Comments
 (0)