mirror of
https://github.com/github/semantic.git
synced 2024-11-29 02:44:36 +03:00
No trace to let ci run
This commit is contained in:
parent
70c8e2a57b
commit
ea3310d953
@ -54,7 +54,7 @@ spec = parallel $ do
|
||||
tocSummaries = filter (not . isErrorSummary) (diffTOC blobs diff)
|
||||
numPatches = sum (1 <$ diff)
|
||||
in
|
||||
trace ("toc:" <> show tocSummaries <> " diff: " <> show diff :: String)
|
||||
-- trace ("toc:" <> show tocSummaries <> " diff: " <> show diff :: String)
|
||||
((isJust (beforeTerm diff) && isJust (afterTerm diff) ==> Prologue.length tocSummaries == max 1 numPatches) `shouldBe` True)
|
||||
|
||||
prop "equal terms produce identity diffs" $
|
||||
|
Loading…
Reference in New Issue
Block a user