Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aulorbe committed Jan 7, 2025
1 parent 01f8cf4 commit 621fdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integration/control/configureIndex.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ describe('configure index', () => {
});
});

test('Add/remove/update index tag(s) on serverless index', async () => {
test('Add/remove index tag(s) on serverless index', async () => {
const description = await pinecone.describeIndex(serverlessIndexName);
expect(description.tags).toEqual({
project: 'pinecone-integration-tests',
Expand Down

0 comments on commit 621fdb9

Please sign in to comment.