Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Fix test requires.
Browse files Browse the repository at this point in the history
  • Loading branch information
Young Hahn committed May 26, 2011
1 parent 9d3a3d7 commit e661093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/external.test.js
@@ -1,4 +1,4 @@
var External = require('carto/external');
var External = require('..').External;
var path = require('path'),
assert = require('assert'),
fs = require('fs'),
Expand Down

0 comments on commit e661093

Please sign in to comment.