-
Notifications
You must be signed in to change notification settings - Fork 25
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
[MM-844]: Added server testcase for store/welcome_store.go #429
Conversation
* [MM-843]: Added server testcase for kvstore/plugin_store.go file * [MM-843]: removed ununsed vars
…lendar into add_plugin_store.go_testcase
…/mattermost-plugin-mscalendar into MM-844
…lendar into MM-844
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.
CI errors to fix.
"github.com/mattermost/mattermost-plugin-mscalendar/calendar/utils/bot/mock_bot" | ||
) | ||
|
||
var MockString = mock.AnythingOfType("string") |
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.
Can you put the matched by here as well. Eventually we will move these into a util file and re-use.
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.
@wiggin77 Moved the mock to the util file, please have a look
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 👍
Summary
Added server testcase for store/welcome_store.go