Skip to content

Commit

Permalink
Fixing test for updated name
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehewitt15 committed Mar 3, 2025
1 parent 26f1888 commit e638fb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/test/extension.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ suite('Ocean Protocol Extension Test Suite', () => {
})

test('Extension should be present', () => {
assert.ok(vscode.extensions.getExtension('ocean-protocol.ocean-protocol'))
assert.ok(
vscode.extensions.getExtension('OceanProtocol.ocean-protocol-vscode-extension')
)
})

test('computeStart should handle JavaScript algorithm correctly', async () => {
Expand Down

0 comments on commit e638fb8

Please sign in to comment.