Skip to content

Commit

Permalink
Rename order in url
Browse files Browse the repository at this point in the history
  • Loading branch information
zhujinxuan committed Dec 5, 2022
1 parent 895cb8d commit ba95c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ra-data-simple-rest/src/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('Data Simple REST Client', () => {
});

expect(httpClient).toHaveBeenCalledWith(
'http://localhost:3000/posts?filter=%7B%7D&range=%5B0%2C9%5D&sort=%5B%22title%22%2C%22desc%22%5D',
'http://localhost:3000/posts?filter=%7B%7D&range=%5B0%2C9%5D&sort=%5B%22title%22%2C%22DESC%22%5D',
{
headers: {
map: {
Expand Down

0 comments on commit ba95c67

Please sign in to comment.