Skip to content

Commit

Permalink
fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Dec 19, 2015
1 parent eca81d5 commit b11fe4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/test-user-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = function (options) {
var plugin = 'test-user-data';
var users = [
{ nick: '[email protected]', name: 'Admin', email: '[email protected]', password: 'test', roles: ['cdf-admin'], initUserType: { name: 'champion'}},
{ nick: '[email protected]', name: 'Manager', email: '[email protected]', password: 'test', roles: ['cdf-admin'], initUserType: {name: 'champion'}}
{ nick: '[email protected]', name: 'Manager', email: '[email protected]', password: 'test', roles: ['cdf-admin'], initUserType: {name: 'champion'}},
{ nick: '[email protected]', name: 'Mentor1', email: '[email protected]', password: 'testmentor1', roles: ['basic-user'], initUserType: {name: 'mentor'}},
{ nick: '[email protected]', name: 'Mentor2', email: '[email protected]', password: 'testmentor2', roles: ['basic-user'], initUserType: {name: 'mentor'}},
{ nick: '[email protected]', name: 'Champion1', email: '[email protected]', password: 'testchampion1', roles: ['basic-user'], initUserType: {name: 'champion'}}
Expand Down

0 comments on commit b11fe4d

Please sign in to comment.