I feel silly.
This commit is contained in:
Quat3rnion 2024-06-18 05:34:03 -04:00
parent abc4608be5
commit c27bc8d575
1 changed files with 1 additions and 1 deletions

View File

@ -920,7 +920,7 @@ mod entities {
.clone() .clone()
); );
let flags = ApplicationFlags::from_bits(0).unwrap(); let flags = ApplicationFlags::from_bits(0).unwrap();
assert!(application == flags); assert!(application.flags == flags);
} }
#[cfg_attr(target_arch = "wasm32", wasm_bindgen_test::wasm_bindgen_test)] #[cfg_attr(target_arch = "wasm32", wasm_bindgen_test::wasm_bindgen_test)]