Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
corteza
corteza-server
Commits
5290441c
Commit
5290441c
authored
4 years ago
by
Denis Arh
Browse files
Options
Download
Email Patches
Plain Diff
Remove spew.dump from compose/types/record_test.go
parent
ce9c9975
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
compose/types/record_test.go
compose/types/record_test.go
+0
-2
No files found.
compose/types/record_test.go
View file @
5290441c
...
...
@@ -60,8 +60,6 @@ func TestRecordUnmarshal(t *testing.T) {
t
.
Errorf
(
"failed to marshal record: %v"
,
err
)
}
else
if
err
=
json
.
Unmarshal
(
j
,
tt
.
preloaded
);
err
!=
nil
{
t
.
Errorf
(
"failed to unmarshal record: %v"
,
err
)
}
else
{
spew
.
Dump
(
string
(
j
))
}
if
!
reflect
.
DeepEqual
(
tt
.
preloaded
,
tt
.
final
)
{
...
...
This diff is collapsed.
Click to expand it.
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