mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 12:49:24 +01:00
String: Fix TypeError.
This commit is contained in:
parent
f468557899
commit
4d974869f9
@ -79,7 +79,7 @@ class StringTestCase(PluginTestCase):
|
||||
plugins = ('String', 'Format', 'Status')
|
||||
|
||||
config = {
|
||||
'plugins.String.re.timeout': '2' # flaky on busy CIs otherwise
|
||||
'plugins.String.re.timeout': 2. # flaky on busy CIs otherwise
|
||||
}
|
||||
|
||||
def testLen(self):
|
||||
|
Loading…
Reference in New Issue
Block a user