Skip to content

Commit

Permalink
fix misused function
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-fernandez committed Jan 10, 2025
1 parent 923fa0d commit 4a296b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/datadog-instrumentations/src/vitest.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,9 @@ addHook({
const testName = getTestName(task)

const {
_ddKnownTests: knownTests,
_ddIsEarlyFlakeDetectionEnabled: isEarlyFlakeDetectionEnabled,
_ddEarlyFlakeDetectionNumRetries: numRepeats
knownTests,
isEarlyFlakeDetectionEnabled,
numRepeats
} = getProvidedContext()

if (isEarlyFlakeDetectionEnabled) {
Expand Down

0 comments on commit 4a296b8

Please sign in to comment.