mirror of
https://github.com/redstrate/Kawari.git
synced 2025-07-10 16:07:45 +00:00
Fix cargo test compilation (#102)
This commit is contained in:
parent
5c8e0f3e62
commit
2d6c740829
1 changed files with 4 additions and 0 deletions
|
@ -252,6 +252,10 @@ mod tests {
|
||||||
fn get_name(&self) -> &'static str {
|
fn get_name(&self) -> &'static str {
|
||||||
todo!()
|
todo!()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fn get_opcode(&self) -> u16 {
|
||||||
|
todo!()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
let packet_types = [
|
let packet_types = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue