SQLTemplate: Swap the IFace with the concrete struct (#92008)
This commit is contained in:
@@ -70,7 +70,7 @@ func TestArg_ArgList(t *testing.T) {
|
||||
},
|
||||
}
|
||||
|
||||
var a Args
|
||||
var a args
|
||||
a.d = argFmtSQL92
|
||||
for i, tc := range testCases {
|
||||
a.Reset()
|
||||
|
||||
Reference in New Issue
Block a user