Skip to content

Commit

Permalink
Update csdl2openapi.test.js (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfhandl authored Nov 7, 2023
1 parent 206abfc commit 185c410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/csdl2openapi.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const assert = require("assert");
// (external) annotations on actions, functions, parameters, return types
// control mapping of reference URLs

const { paths, operations, schemas } = require("./utilities");
const { paths, operations } = require("./utilities");

const { csdl2openapi } = require("odata-openapi");

Expand Down

0 comments on commit 185c410

Please sign in to comment.