Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
haskell-bee
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-bee
Commits
d72ceed5
Verified
Commit
d72ceed5
authored
Jul 23, 2024
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[tests] fix unit tests with ESRepeatNElseArchive
parent
9ef63634
Pipeline
#6443
failed with stages
in 9 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
unit-tests.hs
tests/unit-tests.hs
+3
-1
No files found.
tests/unit-tests.hs
View file @
d72ceed5
...
...
@@ -24,7 +24,9 @@ aesonPropTests = testGroup "Aeson (de-)serialization property tests" $
instance
QC
.
Arbitrary
WT
.
ArchiveStrategy
where
arbitrary
=
QC
.
elements
[
WT
.
ASDelete
,
WT
.
ASArchive
]
instance
QC
.
Arbitrary
WT
.
ErrorStrategy
where
arbitrary
=
QC
.
elements
[
WT
.
ESDelete
,
WT
.
ESArchive
,
WT
.
ESRepeat
]
arbitrary
=
do
n
<-
arbitrary
QC
.
elements
[
WT
.
ESDelete
,
WT
.
ESArchive
,
WT
.
ESRepeatNElseArchive
n
]
instance
QC
.
Arbitrary
WT
.
TimeoutStrategy
where
arbitrary
=
do
n
<-
arbitrary
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment