Skip to content

Commit

Permalink
update expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Oct 15, 2024
1 parent 96c8154 commit 5cba218
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/unit/formats/odata.js
Original file line number Diff line number Diff line change
Expand Up @@ -946,20 +946,20 @@ describe('odata message composition', () => {
{
$top: 1,
skiptoken: { repeatId: badId },
expectedNext: false,
expectedValue: [],
expectedNext: blain,
expectedValue: [ billy ],
},
{
$top: 2,
skiptoken: { repeatId: badId },
expectedNext: false,
expectedValue: [],
expectedValue: [ billy, blain ],
},
{
$top: undefined,
skiptoken: { repeatId: badId },
expectedNext: false,
expectedValue: [ blain ],
expectedValue: [ billy, blain ],
},

{
Expand Down

0 comments on commit 5cba218

Please sign in to comment.