summaryrefslogtreecommitdiff
path: root/tests/test_scss.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_scss.py')
-rw-r--r--tests/test_scss.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_scss.py b/tests/test_scss.py
index 21bcdc8..260c8d7 100644
--- a/tests/test_scss.py
+++ b/tests/test_scss.py
@@ -103,7 +103,7 @@ class FindersImportTest(ImportTestMixin, NoCollectStaticTestCase):
pass
-# Emulate the condition were collectstatic was run but the source files are no
+# Emulate the condition where collectstatic was run but the source files are no
# longer available.
@mock.patch('django_pyscss.utils.get_file_from_finders',
new=mock.MagicMock(return_value=(None, None)))