]> git.scottworley.com Git - planeteer/blobdiff - planeteer_test.go
More named types: Value
[planeteer] / planeteer_test.go
index a77d0be15843accd3477a335843798aa1fd46af5..a487ebf650e4c2afce49355bc5c48cc939356435 100644 (file)
@@ -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",