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

Commit

Permalink
Merge pull request #257 from bogdandrutu/smalltypo
Browse files Browse the repository at this point in the history
Fix typo in test name
  • Loading branch information
mitchellh committed Dec 1, 2021
2 parents f41e93f + 6faef11 commit 13b6df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapstructure_bugs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13b6df7

Please sign in to comment.