Skip to content

Commit 2eb3d74

Browse files
committed
update comment
1 parent 1108a06 commit 2eb3d74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/onyxTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ describe('Onyx', () => {
522522
});
523523
return waitForPromisesToResolve()
524524
.then(() => {
525-
// WHEN we update the collection, e.g. the API returns a response
525+
// WHEN mergeCollection is called with an updated collection
526526
Onyx.mergeCollection(ONYX_KEYS.COLLECTION.TEST_POLICY, collectionUpdate);
527527
return waitForPromisesToResolve();
528528
})

0 commit comments

Comments
 (0)