Commit 51e951e
committed
test: Decode force_set items so async store reads return model objects
The _get_store_item shim used to decode raw dicts on read. With it gone,
MockAsyncFeatureStore.force_set must decode on write, as the real store
does on init/upsert, so variation tests get model objects.1 parent 4de4462 commit 51e951e
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | | - | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
0 commit comments