Skip to content

Commit

Permalink
update test (#1670)
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Kelsey <[email protected]>
Co-authored-by: Dave Kelsey <[email protected]>
  • Loading branch information
davidkel and Dave Kelsey authored Dec 9, 2024
1 parent a1d4c32 commit 1f66ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/caliper-core/test/manager/caliper-engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ describe('CaliperEngine', function() {
});
});

describe.only('When a Benchmark Stop is requested', function() {
describe('When a Benchmark Stop is requested', function() {
let benchmarkConfig, networkConfig, engine;
let adaptorFactory = sinon.stub().returns(sinon.createStubInstance(ConnectorBase));
beforeEach(() =>{
Expand Down

0 comments on commit 1f66ab1

Please sign in to comment.