Skip to content
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

Review from #1584 #1589

Merged
merged 1 commit into from
Mar 18, 2020
Merged

Review from #1584 #1589

merged 1 commit into from
Mar 18, 2020

Conversation

andresmgot
Copy link
Contributor

Description of the change

Clicked "merge" too soon in #1584 by mistake :/

Copy link
Contributor

@absoludity absoludity left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clicked "merge" too soon in #1584 by mistake :/

Heh - I just found the same and wondered, thanks!

const expectedActions = [
{
type: getType(operatorActions.creatingResource),
},
{
type: getType(operatorActions.resourceCreated),
payload: true,
payload: resource,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The fact that this can change means the test isn't actually verifying the resource, I think? But fine either way.

Copy link
Contributor Author

@andresmgot andresmgot Mar 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, since the method is mocked no validation is made

@andresmgot andresmgot merged commit 56bb18c into master Mar 18, 2020
@andresmgot andresmgot deleted the createInstance2 branch April 7, 2020 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants