We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ba002 commit dfe80eaCopy full SHA for dfe80ea
1 file changed
tests/unit/onyxTest.ts
@@ -1448,7 +1448,7 @@ describe('Onyx', () => {
1448
const snapshot1 = `${ONYX_KEYS.COLLECTION.SNAPSHOT}1`;
1449
1450
const initialValue = {name: 'Fluffy'};
1451
- const finalValue = {name: 'Kitty'};
+ const finalValue = {name: 'Kitty', nickName: 'Fitse'};
1452
1453
await Onyx.set(cat, initialValue);
1454
await Onyx.set(snapshot1, {data: {[cat]: initialValue}});
0 commit comments