Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

[hotfix] Fixed User model tests #863

Merged
merged 1 commit into from
Aug 31, 2015

Conversation

mleanos
Copy link
Member

@mleanos mleanos commented Aug 30, 2015

@lirantal PR #840 changed the global var user to user1 in the User model server tests. This was merged and then #858 was merged, which was still referencing the global var as user in the new roles tests. This is causing jshint failures.

This change updates the new roles tests to use user1

PR meanjs#840 changed the global var `user` to `user1`. This was merged and
then meanjs#858 was merged, which was still referencing the global var as
`user` in the new *roles* tests. This was causing jshint failures from
the new

This change updates the new *roles* tests to use `user1`
@mleanos mleanos changed the title Fixed User model tests {hotfix] Fixed User model tests Aug 31, 2015
@mleanos mleanos changed the title {hotfix] Fixed User model tests [hotfix] Fixed User model tests Aug 31, 2015
@codydaig
Copy link
Member

LGTM.

@lirantal lirantal added this to the 0.4.x milestone Aug 31, 2015
@lirantal lirantal self-assigned this Aug 31, 2015
@lirantal
Copy link
Member

Indeed, thanks.

lirantal added a commit that referenced this pull request Aug 31, 2015
@lirantal lirantal merged commit 16b481f into meanjs:master Aug 31, 2015
@mleanos
Copy link
Member Author

mleanos commented Aug 31, 2015

no problem... thank you!

@mleanos mleanos deleted the hotfix/user-model-tests-roles branch August 31, 2015 07:08
@codydaig codydaig mentioned this pull request Sep 2, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants