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
IGitt's Issue.assign() and Issue.unassign() now take a FooUser object instead of a username.
Our tests use mocks so they didnt notice this.
Constructing a User object isnt exactly easy either.
The User objects are using for logging in, and as a result require a token parameter in the constructor.
The text was updated successfully, but these errors were encountered:
IGitt's
Issue.assign()
andIssue.unassign()
now take aFooUser
object instead of a username.Our tests use mocks so they didnt notice this.
Constructing a User object isnt exactly easy either.
The User objects are using for logging in, and as a result require a token parameter in the constructor.
The text was updated successfully, but these errors were encountered: