mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-05 19:51:08 +01:00
PR #840 changed the global var `user` to `user1`. This was merged and then #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`