From 6faef110cebe768c3cfb52444b6282ebeaaf0889 Mon Sep 17 00:00:00 2001 From: Bogdan Drutu Date: Mon, 25 Oct 2021 14:57:20 -0700 Subject: [PATCH] Fix typo in test name Signed-off-by: Bogdan Drutu --- mapstructure_bugs_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mapstructure_bugs_test.go b/mapstructure_bugs_test.go index bcfc5054..f0637606 100644 --- a/mapstructure_bugs_test.go +++ b/mapstructure_bugs_test.go @@ -479,7 +479,7 @@ func TestDecodeBadDataTypeInSlice(t *testing.T) { // #202 Ensure that intermediate maps in the struct -> struct decode process are settable // and not just the elements within them. -func TestDecodeIntermeidateMapsSettable(t *testing.T) { +func TestDecodeIntermediateMapsSettable(t *testing.T) { type Timestamp struct { Seconds int64 Nanos int32