This commit is contained in:
Quat3rnion 2024-06-18 05:03:55 -04:00
parent d8560093f5
commit 6261cebfdf
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() == flags); assert!(application == flags);
} }
#[cfg_attr(target_arch = "wasm32", wasm_bindgen_test::wasm_bindgen_test)] #[cfg_attr(target_arch = "wasm32", wasm_bindgen_test::wasm_bindgen_test)]