mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-01 18:56:41 +00:00
Fix wrong expected val in assertion
This is a follow up to 7a387a054e
Signed-off-by: Fon E. Noel NFEBE <fenn25.fn@gmail.com>
This commit is contained in:
parent
7a387a054e
commit
f9acb56e82
@ -1547,8 +1547,8 @@ class MutableServer(SyncTestCase):
|
||||
},
|
||||
[(0,12), (20,5)],
|
||||
)
|
||||
self.assertThat(answer, (False,
|
||||
Equals({0: [b"000000000011", b"22222"],
|
||||
self.assertThat(answer, Equals((False,
|
||||
{0: [b"000000000011", b"22222"],
|
||||
1: [b"", b""],
|
||||
2: [b"", b""],
|
||||
})))
|
||||
|
Loading…
Reference in New Issue
Block a user