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
5331554f
Verified
Commit
5331554f
authored
Aug 29, 2024
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[tests] fix Message type
parent
da1a7aaa
Pipeline
#6551
failed with stages
in 6 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Worker.hs
tests/Test/Integration/Worker.hs
+1
-1
No files found.
tests/Test/Integration/Worker.hs
View file @
5331554f
...
...
@@ -89,7 +89,7 @@ instance Exception SimpleException
-- | Perform Action for this worker
pa
::
(
HasWorkerBroker
b
Message
)
=>
State
b
a
->
BT
.
BrokerMessage
b
(
Job
Message
)
->
IO
()
pa
::
(
HasWorkerBroker
b
Message
)
=>
State
b
Message
->
BT
.
BrokerMessage
b
(
Job
Message
)
->
IO
()
pa
_state
bm
=
do
let
job'
=
BT
.
toA
$
BT
.
getMessage
bm
case
job
job'
of
...
...
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