Skip to content

Commit

Permalink
fix sinon mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Jul 31, 2024
1 parent 054a51a commit dd58f54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tap.test('wrapCreatePoolCluster', (t) => {
}

mockPoolCluster = {
of: sinon.stub.returns(),
of: sinon.stub().returns(),
getConnection: sinon.stub().returns()
}

Expand Down

0 comments on commit dd58f54

Please sign in to comment.