Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
timothe
duniter
Commits
5e5b906b
Commit
5e5b906b
authored
Mar 14, 2016
by
Cédric Moreau
Browse files
v0.20.0a16
parent
8fbdb01e
Changes
2
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
5e5b906b
{
"name"
:
"ucoin"
,
"version"
:
"0.20.0a1
5
"
,
"version"
:
"0.20.0a1
6
"
,
"engines"
:
{
"node"
:
">=4.2.0"
,
"npm"
:
">=2.11"
...
...
test/integration/branches.js
View file @
5e5b906b
...
...
@@ -225,7 +225,7 @@ describe("Branches", function() {
it
(
'
should have a 3 blocks fork window size
'
,
function
()
{
return
expectAnswer
(
rp
(
'
http://127.0.0.1:7778/node/summary
'
,
{
json
:
true
}),
function
(
res
)
{
res
.
should
.
have
.
property
(
'
ucoin
'
).
property
(
'
software
'
).
equal
(
'
ucoind
'
);
res
.
should
.
have
.
property
(
'
ucoin
'
).
property
(
'
version
'
).
equal
(
'
0.20.0a1
5
'
);
res
.
should
.
have
.
property
(
'
ucoin
'
).
property
(
'
version
'
).
equal
(
'
0.20.0a1
6
'
);
res
.
should
.
have
.
property
(
'
ucoin
'
).
property
(
'
forkWindowSize
'
).
equal
(
3
);
});
});
...
...
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