From 273b0cc37de88d1c4acb2582530ef4669231624a Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 21 Nov 2019 11:02:41 +0000 Subject: [PATCH] Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Rémy HUBSCHER --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index b11c35046..d28edeb8a 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -67,7 +67,7 @@ def pytest_configure(config): ) # guardian is optional - # Note that for the test cases we're installing a version of django-gaurdian + # Note that for the test cases we're installing a version of django-guardian # that's only compatible with Django 2.0+. if django.VERSION >= (2, 0, 0): try: