mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix JS unit tests
This commit is contained in:

committed by
Romain Neutron

parent
a0ed9f9600
commit
d6ea9bb32c
@@ -124,6 +124,13 @@ describe('passwordChangeFormController', function(){
|
||||
$error : {
|
||||
required : false
|
||||
}
|
||||
},
|
||||
oldPassword : {
|
||||
errors:{},
|
||||
$valid : true,
|
||||
$error : {
|
||||
required : false
|
||||
}
|
||||
}
|
||||
};
|
||||
}));
|
||||
|
Reference in New Issue
Block a user