Skip to content

Commit

Permalink
(feat) internal/civisibility: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyredondo committed Feb 3, 2025
1 parent a27aa9e commit d9f0c7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func runFlakyTestRetriesTests(m *testing.M) {
}

// check the test is new tag
checkSpansByTagName(finishedSpans, constants.TestIsNew, 22)
checkSpansByTagName(finishedSpans, constants.TestIsNew, 27)

// check spans by type
checkSpansByType(finishedSpans,
Expand Down

0 comments on commit d9f0c7d

Please sign in to comment.