Skip to content

Commit

Permalink
chore: correct test suite description (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
patricebender authored Jan 11, 2024
1 parent 284b1e3 commit 251575b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db-service/test/cqn4sql/stream.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const cqn4sql = require('../../lib/cqn4sql')
const cds = require('@sap/cds/lib')
const { expect } = cds.test

describe('Replace attribute search by search predicate', () => {
describe('Streaming', () => {
let model
beforeAll(async () => {
model = cds.model = cds.compile.for.nodejs(await cds.load(`${__dirname}/../bookshop/db/schema`).then(cds.linked))
Expand Down

0 comments on commit 251575b

Please sign in to comment.