fix tests
This commit is contained in:
parent
eeb7d72c73
commit
fb578eaffb
8 changed files with 22 additions and 110 deletions
|
|
@ -226,6 +226,10 @@ mocks.init = function(fixtures, controllerName, opts, done) {
|
|||
done();
|
||||
});
|
||||
} else {
|
||||
if (opts.noProfile){
|
||||
return done();
|
||||
}
|
||||
|
||||
_profileService_.create({
|
||||
noWallet: true
|
||||
}, function(err) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue