Skip to content

Commit

Permalink
Fix existing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Dec 5, 2020
1 parent bfa1bad commit ec6e2f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core-data/src/queried-data/test/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ describe( 'getQueriedItems', () => {
2: true,
},
queries: {
'_fields%5B0%5D=content': [ 1, 2 ],
'_fields=content': [ 1, 2 ],
},
};

Expand Down Expand Up @@ -133,7 +133,7 @@ describe( 'getQueriedItems', () => {
2: true,
},
queries: {
'_fields%5B0%5D=content&_fields%5B1%5D=meta.template': [ 1, 2 ],
'_fields=content,meta.template': [ 1, 2 ],
},
};

Expand Down

0 comments on commit ec6e2f5

Please sign in to comment.