mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-22 22:32:23 +00:00
this doesn't take a list
This commit is contained in:
parent
b3a6f25c1c
commit
a73668a056
@ -80,10 +80,10 @@ class GetArgvTests(SyncTestCase):
|
||||
argv = get_argv()
|
||||
self.assertThat(
|
||||
argv,
|
||||
MatchesAll([
|
||||
MatchesAll(
|
||||
IsInstance(list),
|
||||
AllMatch(IsInstance(str)),
|
||||
]),
|
||||
),
|
||||
)
|
||||
|
||||
@given(lists(text(max_size=4), max_size=4))
|
||||
|
Loading…
Reference in New Issue
Block a user