Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit ddb4576

Browse files
committed
Relax liquid version in test a bit
1 parent 8582a96 commit ddb4576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/LiquidSpec.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec = do
3333
Nothing -> expectationFailure "liquid haskell exe is NOT in $PATH"
3434
Just exe -> do
3535
version <- readProcess exe ["--numeric-version"] ""
36-
version `shouldSatisfy` isPrefixOf "0.8.6.2"
36+
version `shouldSatisfy` ("0.8.6" `isPrefixOf`)
3737

3838
-- ---------------------------------
3939

0 commit comments

Comments
 (0)