small amend (typo)

pull/2387/head
Sergey G. Brester 2019-04-04 02:53:18 +02:00 committed by GitHub
parent ced9828d04
commit c09ac8ebed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ def testSampleRegexsFactory(name, basedir):
commonOpts = faildata
continue
# filterOptions - dict in JSON to control filter options (e. g. mode, etc.):
if jsonREMatch.group(1) in 'filterOptions':
if jsonREMatch.group(1) == 'filterOptions':
# following lines with another filter options:
self._filterTests = []
ignoreBlock = False