From f56ddb2a0a840bef1c9d609703ec355f83b8436d Mon Sep 17 00:00:00 2001 From: Esteban Ordano Date: Fri, 2 Jan 2015 16:50:14 -0300 Subject: [PATCH] Rename properly utxo to unspentoutput --- test/{utxo.js => transaction/unspentoutput.js} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/{utxo.js => transaction/unspentoutput.js} (98%) diff --git a/test/utxo.js b/test/transaction/unspentoutput.js similarity index 98% rename from test/utxo.js rename to test/transaction/unspentoutput.js index 7c178c3..fde2881 100644 --- a/test/utxo.js +++ b/test/transaction/unspentoutput.js @@ -5,7 +5,7 @@ var chai = require('chai'); var should = chai.should(); var expect = chai.expect; -var bitcore = require('..'); +var bitcore = require('../..'); var UnspentOutput = bitcore.Transaction.UnspentOutput; describe('UnspentOutput', function() {