Skip to content

Commit 43959d1

Browse files
committed
Fixed tests breakage from last commit.
1 parent 4b715fc commit 43959d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/i18n/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
from .commands.extraction import (ExtractorTests, BasicExtractorTests,
3939
JavascriptExtractorTests, IgnoredExtractorTests, SymlinkExtractorTests,
4040
CopyPluralFormsExtractorTests, NoWrapExtractorTests,
41-
NoLocationExtractorTests, KeepPotFileExtractorTests,
41+
LocationCommentsTests, KeepPotFileExtractorTests,
4242
MultipleLocaleExtractionTests)
4343
if find_command('msgfmt'):
4444
from .commands.compilation import (PoFileTests, PoFileContentsTests,

0 commit comments

Comments
 (0)