mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fixed tests
This commit is contained in:
parent
cf701fb604
commit
85a3d0bec4
@ -103,7 +103,7 @@ fn main() {
|
||||
&localisation.read(),
|
||||
SHOW_NAME,
|
||||
)
|
||||
.message
|
||||
.1
|
||||
),
|
||||
Event::Disconnect => {}, // TODO
|
||||
Event::DisconnectionNotification(time) => {
|
||||
|
@ -2967,7 +2967,7 @@ mod tests {
|
||||
&localisation.read(),
|
||||
true,
|
||||
)
|
||||
.message;
|
||||
.1;
|
||||
},
|
||||
Event::Disconnect => {},
|
||||
Event::DisconnectionNotification(_) => {
|
||||
|
Loading…
Reference in New Issue
Block a user