mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 10:01:54 +00:00
Update to new interface.
This commit is contained in:
parent
da363d54de
commit
9f80435b41
@ -458,7 +458,7 @@ class IStorageServerMutableAPIsTestsMixin(object):
|
||||
secrets,
|
||||
tw_vectors={
|
||||
0: (
|
||||
[(0, 3, b"eq", b"1" * 3), (3, 4, b"eq", b"1" * 4)],
|
||||
[(0, 3, b"1" * 3), (3, 4, b"1" * 4)],
|
||||
[(0, b"2" * 7)],
|
||||
7,
|
||||
),
|
||||
@ -479,7 +479,7 @@ class IStorageServerMutableAPIsTestsMixin(object):
|
||||
storage_index,
|
||||
secrets,
|
||||
tw_vectors={
|
||||
0: ([(0, 7, b"eq", b"1" * 7)], [(0, b"3" * 7)], 7),
|
||||
0: ([(0, 7, b"1" * 7)], [(0, b"3" * 7)], 7),
|
||||
},
|
||||
r_vector=[],
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user