Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
duniter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
typescript
duniter
Commits
da024d07
Commit
da024d07
authored
7 years ago
by
Cédric Moreau
Browse files
Options
Downloads
Patches
Plain Diff
[fix] server:any => server:Server tests broken
parent
57841d6a
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/integration/tools/toolbox.ts
+4
-4
4 additions, 4 deletions
test/integration/tools/toolbox.ts
with
4 additions
and
4 deletions
test/integration/tools/toolbox.ts
+
4
−
4
View file @
da024d07
...
...
@@ -619,13 +619,13 @@ export class TestingServer {
return
this
.
prover
.
stopService
();
}
/*
async closeCluster() {
async
closeCluster
()
{
const
server
:
Server
=
this
.
server
if (server._utProver) {
const farm = await server._utProver.getWorker()
if
(
(
server
as
any
)
.
_utProver
)
{
const
farm
=
await
(
server
as
any
)
.
_utProver
.
getWorker
()
await
farm
.
shutDownEngine
()
}
}
*/
}
}
export
async
function
newWS2PBidirectionnalConnection
(
currency
:
string
,
k1
:
Key
,
k2
:
Key
,
serverHandler
:
WS2PMessageHandler
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment