fix controllerSpec tests
This commit is contained in:
parent
fd7c484761
commit
b2c04b7372
8 changed files with 107 additions and 237 deletions
|
|
@ -1,8 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
var cryptoUtils = require('../js/util/crypto');
|
||||
var cryptoUtils = copay.crypto;
|
||||
var assert = require('assert');
|
||||
|
||||
describe('crypto utils', function() {
|
||||
|
||||
it('should decrypt what it encrypts', function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue