fmt
This commit is contained in:
parent
16707d16f6
commit
f9fff3a7b2
8 changed files with 166 additions and 148 deletions
|
@ -1021,13 +1021,7 @@ async fn test_channel_moving(
|
|||
|
||||
// Current shape for C:
|
||||
// - ep
|
||||
assert_channels_list_shape(
|
||||
client_c.channel_store(),
|
||||
cx_c,
|
||||
&[
|
||||
(channel_ep_id, 0),
|
||||
],
|
||||
);
|
||||
assert_channels_list_shape(client_c.channel_store(), cx_c, &[(channel_ep_id, 0)]);
|
||||
|
||||
client_b
|
||||
.channel_store()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue