-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed Missing Source Event bug #67
Fixed Missing Source Event bug #67
Conversation
638e7a1
to
31be38e
Compare
I've replaced the placeholder commit with a proper implementation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, i'll add a .mockery.yaml
file as that is the new preferred way to go now. (is in: #81)
imo, we should rename the "GetSourceID" func in the Sink and Source as it does not match the Sink Adapter. We may strive for something more generic, like "GetAdapterID" or something like this.
what do you think? @MichaelEischer
I'd somewhat prefer |
The method returns an ID that can be used to identify the underlying calendar. Thus use a more neutral name than GetSourceID.
31be38e
to
320f03a
Compare
perfect. will create something once i'm home. |
@alxndr13 I've already added a commit to apply that rename. |
whoops, did not saw that on the Github iOS App. lgtm |
Fixes #68