mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 06:42:26 +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()
|
argv = get_argv()
|
||||||
self.assertThat(
|
self.assertThat(
|
||||||
argv,
|
argv,
|
||||||
MatchesAll([
|
MatchesAll(
|
||||||
IsInstance(list),
|
IsInstance(list),
|
||||||
AllMatch(IsInstance(str)),
|
AllMatch(IsInstance(str)),
|
||||||
]),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
@given(lists(text(max_size=4), max_size=4))
|
@given(lists(text(max_size=4), max_size=4))
|
||||||
|
Loading…
Reference in New Issue
Block a user