Skip to content

Commit

Permalink
fix filename typo
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Mar 15, 2014
1 parent 71b2ec5 commit 3096c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_simple_browse_path.js
Expand Up @@ -2,7 +2,7 @@ var should =require("should");
var constructBrowsePath = require("../lib/common/address_space").constructBrowsePath;
var AddressSpace = require("../lib/common/address_space").AddressSpace;
var generate_address_space = require("../lib/common/load_nodeset2").generate_address_space;
var makeNodeId = require("../lib/nodeId").makeNodeId;
var makeNodeId = require("../lib/nodeid").makeNodeId;
var util = require("util");

describe("constructBrowsePath and simpleBrowsePath",function(){
Expand Down

0 comments on commit 3096c35

Please sign in to comment.