More tolerant call checks #6685

Merged
merged 1 commit into from Dec 9, 2016

Conversation

Projects
None yet
3 participants
Owner

wallyworld commented Dec 9, 2016

LGTM with one small nitpick
Notably, I have no idea if this will fix the problem or not, but it seems sane.

+ s.waitForStubCalls(c, s.stub, expected)
+}
+
+func (s *remoteRelationsSuite) waitForStubCalls(c *gc.C, stub *jujutesting.Stub, expected []jujutesting.StubCall) {
@natefinch

natefinch Dec 9, 2016

Contributor

this should just a function, since it doesn't use the receiver now

@wallyworld

wallyworld Dec 9, 2016

Owner

fixed - made it just a function

Owner

wallyworld commented Dec 9, 2016

$$merge$$

Contributor

jujubot commented Dec 9, 2016

Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju

@jujubot jujubot merged commit c3a95e5 into juju:develop Dec 9, 2016

1 check failed

github-check-merge-juju Built PR, ran unit tests, and tested LXD deploy. Use !!.*!! to request another build. IE, !!build!!, !!retry!!
Details

wallyworld added a commit to wallyworld/juju that referenced this pull request Dec 14, 2016

jujubot added a commit that referenced this pull request Dec 14, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment