X-Git-Url: http://git.scottworley.com/planeteer/blobdiff_plain/db81510d35a720dc85793c0684a9c13a5ae38237..fc93fd36d80c2e19b770e0fd57eacd6c8b2779c6:/planeteer_test.go diff --git a/planeteer_test.go b/planeteer_test.go index a77d0be..a487ebf 100644 --- a/planeteer_test.go +++ b/planeteer_test.go @@ -19,7 +19,7 @@ func TestEncodeDecode(t *testing.T) { } func TestCommas(t *testing.T) { - cases := map[int32]string{ + cases := map[Value]string{ 1: "1", 10: "10", 100: "100",