Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jltorresm committed Sep 1, 2020
1 parent f234468 commit 4b32572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/algorithm_test.go
Expand Up @@ -71,7 +71,7 @@ func TestHmacAlgorithm_String(t *testing.T) {
t.Errorf("case %s: was expected to panic", label)
}
}()
alg.Hash()
_ = alg.String()
}

for _, c := range cases {
Expand Down

0 comments on commit 4b32572

Please sign in to comment.