Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-block-format
Commits
558aaac2
Commit
558aaac2
authored
May 31, 2017
by
zramsay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
apply the megacheck tool to improve code quality
License: MIT Signed-off-by:
Zach Ramsay
<
zach.ramsay@gmail.com
>
parent
57a3a5db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
blocks_test.go
blocks_test.go
+1
-2
No files found.
blocks_test.go
View file @
558aaac2
...
...
@@ -91,9 +91,8 @@ func TestManualHash(t *testing.T) {
u
.
Debug
=
true
block
,
err
=
NewBlockWithCid
(
data
,
c
)
_
,
err
=
NewBlockWithCid
(
data
,
c
)
if
err
!=
ErrWrongHash
{
t
.
Fatal
(
err
)
}
}
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