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

Commit 13b6df7

Browse files
authored
Merge pull request #257 from bogdandrutu/smalltypo
Fix typo in test name
2 parents f41e93f + 6faef11 commit 13b6df7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)