We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7adc626 commit 5252f92Copy full SHA for 5252f92
1 file changed
sdk/configwatcher/fieldgroups_test.go
@@ -95,8 +95,12 @@ func TestGroup_Fill_TypeMismatch(t *testing.T) {
95
},
96
}
97
w := New(tr, "t1")
98
- type A struct{ X string `decree:"x"` }
99
- type B struct{ X string `decree:"x"` }
+ type A struct {
+ X string `decree:"x"`
100
+ }
101
+ type B struct {
102
103
104
105
g, err := w.NewGroup(&A{})
106
if err != nil {
0 commit comments