Skip to content

Commit

Permalink
Fixed typo bug in test suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Feb 1, 2013
1 parent 96cea28 commit de51b0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Tests.lhs
Expand Up @@ -344,8 +344,8 @@ This program runs tests for the filestore modules.
Diff from Nothing should be diff from empty document.

> diff'' <- diff fs diffTitle Nothing (Just $ revId firstrev)
> let added'' = [s | Second s <- diff']
> assertEqual "added lines from empty document to first revision" [lines testContents] added''
> let added'' = concat [x | Second x <- diff'']
> assertEqual "added lines from empty document to first revision" (lines testContents) added''

Diff to Nothing should be diff to latest.

Expand Down

0 comments on commit de51b0d

Please sign in to comment.