mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-25 19:21:36 +00:00
match better
This commit is contained in:
parent
f3be22e630
commit
56c861449a
@ -264,7 +264,7 @@ class RunTests(SyncTestCase):
|
||||
self.assertThat(runs, Equals([]))
|
||||
self.assertThat(result_code, Equals(1))
|
||||
|
||||
good_file_content_re = re.compile(r"\s[0-9]*\s[0-9]*\s", re.M)
|
||||
good_file_content_re = re.compile(r"\s*[0-9]*\s[0-9]*\s*", re.M)
|
||||
|
||||
@given(text())
|
||||
def test_pidfile_contents(self, content):
|
||||
|
Loading…
x
Reference in New Issue
Block a user