Skip to content

Commit

Permalink
PLTCONN-3577: Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
fangming-ning-sp committed Sep 12, 2023
1 parent 8caf1f7 commit 671a8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/connector/static/connector/src/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ process.env.CONNECTOR_CONFIG = Buffer.from(JSON.stringify(mockConfig)).toString(

describe('connector unit tests', () => {

it('connector SDK major version should be 0', async () => {
it('connector SDK major version should be the same as Connector.SDK_VERSION', async () => {
expect((await connector()).sdkVersion).toStrictEqual(Connector.SDK_VERSION)
})

Expand Down

0 comments on commit 671a8e7

Please sign in to comment.