Skip to content

Commit 939017d

Browse files
chore: require expect, fix matrix (#1374)
this is otherwhise not always available and breaks our internal integration tests
1 parent 9738684 commit 939017d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

db-service/test/cqn4sql/nested-projections.test/expand-structures.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const cds = require('@sap/cds')
44
const { loadModel } = require('../helpers/model')
55

66
const { expectCqn } = require('../helpers/expectCqn')
7+
const { expect } = cds.test
78

89
let cqn4sql = require('../../../lib/cqn4sql')
910

0 commit comments

Comments
 (0)