aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-07-19 11:49:19 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-07-19 11:49:19 +0200
commitf280391c51f767cfcd041728c447a46eea64ea6b (patch)
tree174731f4ee40a1e1fae31e1dcd2bac7e360569cf
parent1f0d57dfa1ab911fc57c066de9aa7d931310f764 (diff)
...
-rw-r--r--key/key_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/key/key_test.go b/key/key_test.go
index 0513464..44e278a 100644
--- a/key/key_test.go
+++ b/key/key_test.go
@@ -7,7 +7,7 @@ import (
"testing"
)
-type Interface interface {
+type testInterface interface {
encoding.BinaryUnmarshaler
encoding.BinaryMarshaler
Validate() error
@@ -16,7 +16,7 @@ type Interface interface {
func TestKeys(t *testing.T) {
var testCases = []struct {
caption string
- key Interface
+ key testInterface
rawValue string
}{
{