Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tiina303 authored and bretthoerner committed Dec 11, 2023
1 parent 4726f60 commit 977cb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-server/tests/worker/capabilities.test.ts
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ describe('capabilities', () => {
describe('getVMPluginCapabilities()', () => {
function getCapabilities(indexJs: string): PluginCapabilities {
const vm = createPluginConfigVM(hub, pluginConfig39, indexJs)
return getVMPluginCapabilities(vm)
return getVMPluginCapabilities(vm.methods, vm.tasks)
}

it('handles processEvent', () => {

0 comments on commit 977cb0c

Please sign in to comment.