mirror of
https://github.com/redstrate/Kawari.git
synced 2025-07-17 10:47:44 +00:00
Fix tests compilation
This commit is contained in:
parent
d70b559037
commit
58af029ae5
1 changed files with 2 additions and 1 deletions
|
@ -156,7 +156,7 @@ mod tests {
|
|||
|
||||
use binrw::BinRead;
|
||||
|
||||
use crate::common::ObjectId;
|
||||
use crate::common::{ObjectId, INVALID_OBJECT_ID};
|
||||
|
||||
use super::*;
|
||||
|
||||
|
@ -240,6 +240,7 @@ mod tests {
|
|||
effect_id: 50,
|
||||
duration: 0.0,
|
||||
param: 0,
|
||||
source_actor_id: INVALID_OBJECT_ID
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue