Skip to content

Commit 7093ca0

Browse files
committed
[FAB-11972] fix mocks and fakes from FAB-11455
Change-Id: I5107d00794faf1f41befaff9bb45f6ee3dbd668b Signed-off-by: Matthew Sykes <sykesmat@us.ibm.com>
1 parent fdc4889 commit 7093ca0

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

core/chaincode/chaincode_suite_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ type historyQueryExecutor interface {
3232
ledger.HistoryQueryExecutor
3333
}
3434

35-
//go:generate counterfeiter -o mock/results_iterator.go --fake-name ResultsIterator . resultsIterator
36-
type resultsIterator interface {
37-
commonledger.ResultsIterator
35+
//go:generate counterfeiter -o mock/results_iterator.go --fake-name QueryResultsIterator . queryResultsIterator
36+
type queryResultsIterator interface {
37+
commonledger.QueryResultsIterator
3838
}
3939

4040
//go:generate counterfeiter -o mock/runtime.go --fake-name Runtime . chaincodeRuntime

core/chaincode/fake/query_response_builder.go

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/chaincode/mock/results_iterator.go

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)