Check entries that actually exist in slot roundtrip test

This doesn't fix it yet (because we're lacking some write capabilities)
but now it shouldn't assert before it even tries.
This commit is contained in:
Joshua Goins 2025-02-25 19:54:48 -05:00
parent 1be9734f65
commit 9fa11ab760

View file

@ -45,8 +45,8 @@ fn roundtrip_slot() {
let tagged_object = &local_profile.objs[0]; let tagged_object = &local_profile.objs[0];
assert_eq!(tagged_object.size_in_bytes, 900); assert_eq!(tagged_object.size_in_bytes, 900);
tagged_object.entry("Players").unwrap(); tagged_object.entry("PlayTime").unwrap();
tagged_object.entry("Level").unwrap(); tagged_object.entry("SlotInfo").unwrap();
// TODO: check values // TODO: check values