fix test require so browserify works for testling
This commit is contained in:
parent
93e9f9f188
commit
e94636ef25
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
var assert = require('assert');
|
||||
var Address = require('../').Address;
|
||||
var Address = require('..').Address;
|
||||
|
||||
test('string', function() {
|
||||
var addr = '18fN1QTGWmHWCA9r2dyDH6FbMEyc7XHmQQ';
|
||||
|
|
Loading…
Add table
Reference in a new issue