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(),
SHOW_NAME,
)
.message
.1
),
Event::Disconnect => {}, // TODO
Event::DisconnectionNotification(time) => {

View File

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