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

Commit 2f61b18

Browse files
committed
Failing test showing panic
1 parent 7c1b705 commit 2f61b18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hashstructure_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,7 @@ func TestHash_ignoreZeroValue(t *testing.T) {
525525
structA := struct {
526526
Foo string
527527
Bar string
528+
Map map[string]int
528529
}{
529530
Foo: "foo",
530531
Bar: "bar",
@@ -533,6 +534,7 @@ func TestHash_ignoreZeroValue(t *testing.T) {
533534
Foo string
534535
Bar string
535536
Baz string
537+
Map map[string]int
536538
}{
537539
Foo: "foo",
538540
Bar: "bar",

0 commit comments

Comments
 (0)