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
b50645c1ee
commit
00559187d6
@ -85,7 +85,7 @@ mod tests {
|
||||
None,
|
||||
// Dummy ServerConstants
|
||||
&ServerConstants::default(),
|
||||
|_, _, _, _| {},
|
||||
|_, _| {},
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -19,7 +19,7 @@ fn simple_run() {
|
||||
false,
|
||||
None,
|
||||
&ServerConstants::default(),
|
||||
|_, _, _, _| {},
|
||||
|_, _| {},
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -66,7 +66,7 @@ pub fn tick(state: &mut State, dt: Duration) {
|
||||
false,
|
||||
None,
|
||||
&ServerConstants::default(),
|
||||
|_, _, _, _| {},
|
||||
|_, _| {},
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user