Skip to content

Commit

Permalink
[TEST] fix Meta require
Browse files Browse the repository at this point in the history
  • Loading branch information
geertweening committed Dec 20, 2014
1 parent 0db0375 commit 3cb4a64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/metadata-test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
var assert = require('assert');
var fs = require('fs');
var utils = require('./testutils');
var Meta = utils.load_module('meta').Meta;
var Meta = require('ripple-lib').Meta;

// Pay 100 XRP from rKmB to rLDY to create rLDY account
var createAccountBalanceChanges = [
Expand Down

0 comments on commit 3cb4a64

Please sign in to comment.