Skip to content

Commit b9c31a0

Browse files
Update CONTRIBUTING.md
Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
1 parent 16ebdc9 commit b9c31a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,8 @@ or run tests which contain names that match a specific keyword expression:
369369
Writing an image-based test is only slightly more difficult than a simple test.
370370
The main consideration is that you must specify the "baseline" or reference
371371
image, and compare it with a "generated" or test image. This is handled using
372-
the *decorator* functions `@check_figures_equal` and
373-
`@pytest.mark.mpl_image_compare` whose usage are further described below.
372+
the *decorator* functions `@pytest.mark.mpl_image_compare` and `@check_figures_equal`
373+
whose usage are further described below.
374374

375375
#### Using mpl_image_compare
376376

0 commit comments

Comments
 (0)