Skip to content

Commit

Permalink
Tweak to compensate for older nunit used internally
Browse files Browse the repository at this point in the history
  • Loading branch information
latkin committed May 19, 2015
1 parent 635e2de commit 0b88185
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ type ``UpToDate PreserveNewest`` () =

let ``a newer version of output file is ok`` =
let u, logs = test ("before.doc", Some before) ("after.doc", Some now)
Assert.True(u)
Assert.IsTrue(u)
logs |> AssertEqual []

let ``stale output file -> not up-to-date and log`` =
Expand Down

0 comments on commit 0b88185

Please sign in to comment.