Skip to content

Commit

Permalink
test(definitions): fix sns tests name
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakisan committed Jun 14, 2024
1 parent 2319846 commit a309199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bindings/sns/sns.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import path from 'path';

describe.each([
'0.1.0',
])('Pulsar bindings v%s', async (bindingVersion) => {
])('SNS bindings v%s', async (bindingVersion) => {

const channelSchema = await import(`@bindings/sns/${bindingVersion}/channel.json`);
const operationSchema = await import(`@bindings/sns/${bindingVersion}/operation.json`);
Expand Down

0 comments on commit a309199

Please sign in to comment.