From 84e170b9462d791f66aeaae80f77135feb883911 Mon Sep 17 00:00:00 2001 From: Alex Anderson <191496+alxndrsn@users.noreply.github.com> Date: Tue, 3 Dec 2024 19:09:44 +0300 Subject: [PATCH] test/integration/odata: remove blank lines (#1313) --- test/integration/api/odata.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/integration/api/odata.js b/test/integration/api/odata.js index d54f17803..7511ee6db 100644 --- a/test/integration/api/odata.js +++ b/test/integration/api/odata.js @@ -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) => {