Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 6faef11

Browse files
committed
Fix typo in test name
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
1 parent 5ac1f6a commit 6faef11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapstructure_bugs_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ func TestDecodeBadDataTypeInSlice(t *testing.T) {
479479

480480
// #202 Ensure that intermediate maps in the struct -> struct decode process are settable
481481
// and not just the elements within them.
482-
func TestDecodeIntermeidateMapsSettable(t *testing.T) {
482+
func TestDecodeIntermediateMapsSettable(t *testing.T) {
483483
type Timestamp struct {
484484
Seconds int64
485485
Nanos int32

0 commit comments

Comments
 (0)