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(),
|
&localisation.read(),
|
||||||
SHOW_NAME,
|
SHOW_NAME,
|
||||||
)
|
)
|
||||||
.message
|
.1
|
||||||
),
|
),
|
||||||
Event::Disconnect => {}, // TODO
|
Event::Disconnect => {}, // TODO
|
||||||
Event::DisconnectionNotification(time) => {
|
Event::DisconnectionNotification(time) => {
|
||||||
|
@ -2967,7 +2967,7 @@ mod tests {
|
|||||||
&localisation.read(),
|
&localisation.read(),
|
||||||
true,
|
true,
|
||||||
)
|
)
|
||||||
.message;
|
.1;
|
||||||
},
|
},
|
||||||
Event::Disconnect => {},
|
Event::Disconnect => {},
|
||||||
Event::DisconnectionNotification(_) => {
|
Event::DisconnectionNotification(_) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user