mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +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')
|
plugins = ('String', 'Format', 'Status')
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
'plugins.String.re.timeout': '2' # flaky on busy CIs otherwise
|
'plugins.String.re.timeout': 2. # flaky on busy CIs otherwise
|
||||||
}
|
}
|
||||||
|
|
||||||
def testLen(self):
|
def testLen(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user