This commit is contained in:
Patryk Bęza 2025-01-03 11:31:31 +01:00
parent d2fbdb5bed
commit d97f16f946
No known key found for this signature in database
GPG key ID: 9AD1B44D9F6258EC

View file

@ -379,6 +379,6 @@ mod test {
.unwrap() .unwrap()
); );
assert!(!body.can_set_debug()); assert!(!body.can_set_debug());
assert_eq!(body.misc_select, 0); assert_eq!(body.misc_select, 1);
} }
} }