We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ec0f1a commit e4d4bfaCopy full SHA for e4d4bfa
pkg/datastore/target/netconf/xml2SchemapbAdapter_test.go
@@ -145,6 +145,7 @@ func TestXML2sdcpbConfigAdapter_Transform(t *testing.T) {
145
for _, tt := range tests {
146
t.Run(tt.name, func(t *testing.T) {
147
mockCtrl := gomock.NewController(t)
148
+ defer mockCtrl.Finish()
149
150
x := tt.getXML2sdcpbConfigAdapter(mockCtrl, t)
151
// tt.args.doc.Indent(2)
0 commit comments