Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Mock2 doesn't update namespace wildcard variable #901

Closed
tiffanyfay opened this issue May 5, 2016 · 0 comments
Closed

Mock2 doesn't update namespace wildcard variable #901

tiffanyfay opened this issue May 5, 2016 · 0 comments

Comments

@tiffanyfay
Copy link
Contributor

ns := mts[i].Namespace()

should be

ns := make([]core.NamespaceElement, len(mts[i].Namespace()))
copy(ns, mts[i].Namespace())
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants