Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
relax test condition
  • Loading branch information
0101 committed Jan 16, 2024
commit de170ae939f7fe6ccdd82708926237dd93562a13
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,6 @@ let ``Job is restarted if first requestor cancels but keeps running if second re
let! result = _task3
Assert.Equal(2, result)

Assert.Equal(TaskStatus.Canceled, _task1.Status)

let orderedLog = eventLog |> Seq.sortBy fst |> Seq.map snd |> Seq.toList
let expected = [ Started, key; Started, key; Finished, key ]

Expand Down