Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit b11fe4d

Browse files
committed
fixed syntax error
1 parent eca81d5 commit b11fe4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/test-user-data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = function (options) {
88
var plugin = 'test-user-data';
99
var users = [
1010
{ nick: '[email protected]', name: 'Admin', email: '[email protected]', password: 'test', roles: ['cdf-admin'], initUserType: { name: 'champion'}},
11-
{ nick: '[email protected]', name: 'Manager', email: '[email protected]', password: 'test', roles: ['cdf-admin'], initUserType: {name: 'champion'}}
11+
{ nick: '[email protected]', name: 'Manager', email: '[email protected]', password: 'test', roles: ['cdf-admin'], initUserType: {name: 'champion'}},
1212
{ nick: '[email protected]', name: 'Mentor1', email: '[email protected]', password: 'testmentor1', roles: ['basic-user'], initUserType: {name: 'mentor'}},
1313
{ nick: '[email protected]', name: 'Mentor2', email: '[email protected]', password: 'testmentor2', roles: ['basic-user'], initUserType: {name: 'mentor'}},
1414
{ nick: '[email protected]', name: 'Champion1', email: '[email protected]', password: 'testchampion1', roles: ['basic-user'], initUserType: {name: 'champion'}}

0 commit comments

Comments
 (0)