1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-04 10:34:11 +02:00

Fixed tests

This commit is contained in:
Narcha 2022-09-13 22:03:10 +02:00
commit 6617978c3b
No known key found for this signature in database
GPG key ID: D8A068FBD60270D2
2 changed files with 9 additions and 3 deletions

View file

@ -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);
}