mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-04 10:34:11 +02:00
Fixed tests
This commit is contained in:
parent
4bd7e0189e
commit
6617978c3b
2 changed files with 9 additions and 3 deletions
|
|
@ -73,5 +73,5 @@ fn setup_message(handler: &mut DemoHandler<NullHandler>, input: &str) {
|
|||
&handler.state_handler,
|
||||
)
|
||||
.unwrap();
|
||||
handler.handle_message(message);
|
||||
handler.handle_message(message, 0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue