Fixed tests

This commit is contained in:
Joshua Barretto 2023-04-11 18:17:52 +01:00
parent cf701fb604
commit 85a3d0bec4
2 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ fn main() {
&localisation.read(), &localisation.read(),
SHOW_NAME, SHOW_NAME,
) )
.message .1
), ),
Event::Disconnect => {}, // TODO Event::Disconnect => {}, // TODO
Event::DisconnectionNotification(time) => { Event::DisconnectionNotification(time) => {

View File

@ -2967,7 +2967,7 @@ mod tests {
&localisation.read(), &localisation.read(),
true, true,
) )
.message; .1;
}, },
Event::Disconnect => {}, Event::Disconnect => {},
Event::DisconnectionNotification(_) => { Event::DisconnectionNotification(_) => {