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:
parent
1be9734f65
commit
9fa11ab760
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue