Skip to content

Commit

Permalink
test/integration/odata: remove blank lines (#1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn authored Dec 3, 2024
1 parent 0bc6209 commit 84e170b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/integration/api/odata.js
Original file line number Diff line number Diff line change
Expand Up @@ -1931,8 +1931,6 @@ describe('api: /forms/:id.svc', () => {
body.value[0].name.should.be.eql('Blaine');
should.not.exist(body['@odata.nextLink']);
});


}));

it('should return subtable from deleted submissions', testService(async (service) => {
Expand Down

0 comments on commit 84e170b

Please sign in to comment.