Skip to content

Commit

Permalink
fix(plc4go): fix broken mock
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Aug 2, 2023
1 parent 959a207 commit efbab28
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 15 deletions.
37 changes: 24 additions & 13 deletions plc4go/pkg/api/model/mock_PlcUnsubscriptionRequestBuilder_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plc4go/pkg/api/model/plc_unsubscription.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type PlcUnsubscriptionRequestResult interface {

type PlcUnsubscriptionRequestBuilder interface {
fmt.Stringer
AddHandles(PlcSubscriptionHandle ...PlcSubscriptionHandle) PlcUnsubscriptionRequestBuilder
AddHandles(handles ...PlcSubscriptionHandle) PlcUnsubscriptionRequestBuilder
Build() (PlcUnsubscriptionRequest, error)
}

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit efbab28

Please sign in to comment.