Skip to content

Commit e64056b

Browse files
authored
fix: add explicit duration value to reduce flakiness (#379)
1 parent adfc017 commit e64056b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/workflow/analyticsWrapper_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ func TestAnalyticsWrapper_Setter(t *testing.T) {
7474
// unset dynamically generated value
7575
originalOutput.Id = ""
7676
wrappedOutput.Id = ""
77+
originalOutput.DurationMs = 1
78+
wrappedOutput.DurationMs = 1
7779

7880
assert.Equal(t, originalOutput, wrappedOutput)
7981
}

0 commit comments

Comments
 (0)