You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was caused by several things.
- The production code runs in a go routine and the test doesn't wait
- The production code was recently changed to stop using the injected
test function
- The test was using an incorrect matcher
Change-Id: Id861d57081ef3260e7faf15e59822c94291b793d
Signed-off-by: Matthew Sykes <sykesmat@us.ibm.com>
0 commit comments