This commit is contained in:
PoorlyDefinedBehaviour 2025-10-07 15:47:50 -03:00
parent f8faf66de5
commit f47f956050
1 changed files with 1 additions and 1 deletions

View File

@ -940,7 +940,7 @@ func (c *fakePluginClient) QueryData(ctx context.Context, req *backend.QueryData
type testClient struct {
queryDataLastCalledWith data.QueryDataRequest
// The number of times the QueryData methods has been called
// The number of times the QueryData method has been called
queryDataCalls int
queryDataStubbedResponse *backend.QueryDataResponse
queryDataStubbedError error