diff --git a/AltCover.Monitor.Tests/MonitorTest.fs b/AltCover.Monitor.Tests/MonitorTest.fs index 46dc158b..ede9392e 100644 --- a/AltCover.Monitor.Tests/MonitorTest.fs +++ b/AltCover.Monitor.Tests/MonitorTest.fs @@ -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) \ No newline at end of file + test' + <@ + code > 115 + && code < 261 + && branch > 24 + && branch < 38 + @> + (text + Environment.NewLine + t2) \ No newline at end of file