Skip to content

Commit

Permalink
chore: Disable diagnostic events when running contract tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Oct 3, 2023
1 parent 7693170 commit 478f4b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contract-tests/sdkClientEntity.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export { badCommandError };
export function makeSdkConfig(options, tag) {
const cf = {
logger: sdkLogger(tag),
diagnosticOptOut: true
};
const maybeTime = (seconds) =>
seconds === undefined || seconds === null ? undefined : seconds / 1000;
Expand Down

0 comments on commit 478f4b0

Please sign in to comment.