Fix spelling (#2451)

This commit is contained in:
John Bampton
2020-08-04 09:04:06 +10:00
committed by GitHub
parent c6d6df6d5a
commit cf8b583db4
3 changed files with 5 additions and 5 deletions

View File

@ -190,7 +190,7 @@ func TestMappingTime(t *testing.T) {
assert.Error(t, err)
}
func TestMapiingTimeDuration(t *testing.T) {
func TestMappingTimeDuration(t *testing.T) {
var s struct {
D time.Duration
}