Skip to content
Snippets Groups Projects
Commit 9326e863 authored by capossele's avatar capossele
Browse files

empty object

parent d9415d42
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ func TestApprovers_MarshalUnmarshalGetters(t *testing.T) {
approversTestBytes := approversTest.Marshal()
approversUnmarshaled := New(hashA)
var approversUnmarshaled Approvers
err := approversUnmarshaled.Unmarshal(approversTestBytes)
if err != nil {
fmt.Println(err, len(approversTestBytes))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment