Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Sep 19, 2024
1 parent cbff5d9 commit b847eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/harvester.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function createAggregator(sandbox, opts) {
sandbox.stub(aggregator, 'start')
sandbox.stub(aggregator, 'stop')
sandbox.stub(aggregator, 'reconfigure')
sandbox.stub(aggregator, 'send')
sandbox.spy(aggregator, 'send')
return aggregator
}

Expand Down

0 comments on commit b847eb9

Please sign in to comment.