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:
Fon E. Noel NFEBE 2023-03-12 00:16:38 +01:00
parent 7a387a054e
commit f9acb56e82

View File

@ -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""],
})))