Skip to content

Commit

Permalink
Update complex-keys.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaputnik authored Sep 18, 2024
1 parent 2d42031 commit 31d60e5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/integration/complex-keys.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
const cds = require("@sap/cds");
const { assert } = require("console");
//const { assert } = require("console");
const complexkeys = require("path").resolve(__dirname, "./complex-keys/");
const { expect, data, POST, GET } = cds.test(complexkeys);
//const { expect, data, POST, GET } = cds.test(complexkeys);
const { expect, data, POST } = cds.test(complexkeys);

let service = null;

Check failure on line 7 in tests/integration/complex-keys.test.js

View workflow job for this annotation

GitHub Actions / test (20.x)

'service' is assigned a value but never used

Check failure on line 7 in tests/integration/complex-keys.test.js

View workflow job for this annotation

GitHub Actions / test (18.x)

'service' is assigned a value but never used
let ChangeView = null;
Expand Down Expand Up @@ -78,4 +79,4 @@ describe("change log with complex keys", () => {
'Linked 2'
}])
})
});
});

0 comments on commit 31d60e5

Please sign in to comment.