Skip to content

Commit

Permalink
Allow for test volatility
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Oct 21, 2023
1 parent fcd469e commit 8d37d85
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion AltCover.Monitor.Tests/MonitorTest.fs
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,11 @@ module MonitorTests =
let result = (code, branch)
let t2 = sprintf "%A" result

test' <@ List.exists (fun x -> x = result) expect @> (t2 + text)
test'
<@
code > 115
&& code < 261
&& branch > 24
&& branch < 38
@>
(text + Environment.NewLine + t2)

0 comments on commit 8d37d85

Please sign in to comment.