Skip to content

Commit

Permalink
fix reflection code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mschoch authored and dustin committed Jul 24, 2014
1 parent 7bac788 commit f7858fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions reflect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,10 @@ func TestReflect(t *testing.T) {
path: "/MapFloatKey/3.14",
exp: "pi",
},
{
path: "/MapFloatKey/4.0",
exp: nil,
},
}

for _, test := range tests {
Expand Down

0 comments on commit f7858fe

Please sign in to comment.