Skip to content
Snippets Groups Projects
Commit 2b21731e authored by Gabriel Zachmann's avatar Gabriel Zachmann
Browse files

fix ignored error in test

parent 4204f9c3
Branches
Tags
No related merge requests found
...@@ -598,6 +598,9 @@ func TestRestriction_Hash(t *testing.T) { ...@@ -598,6 +598,9 @@ func TestRestriction_Hash(t *testing.T) {
} }
j, err := json.Marshal(r) j, err := json.Marshal(r)
if err != nil {
t.Error(err)
}
fmt.Printf("%s\n", j) fmt.Printf("%s\n", j)
hash, err := r.hash() hash, err := r.hash()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment