Skip to content

Commit

Permalink
Fix name sensitivity, drop Entity update
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonnelldean committed Jun 22, 2016
1 parent f0d0843 commit 8b7ae03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"eslint-plugin-standard": "1.x.x",
"lab": "6.x.x",
"seneca": "plugin",
"seneca-entity": "1.0.0",
"seneca-entity": "0.0.1",
"seneca-transport-test": "0.2.x"
}
}
2 changes: 1 addition & 1 deletion test/http.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var Entity = require('seneca-entity')
var Transport = require('../')

var CreateInstance = require('./utils/createInstance')
var CreateClient = require('./utils/CreateClient')
var CreateClient = require('./utils/createClient')

var no_t = {transport: false}

Expand Down
2 changes: 1 addition & 1 deletion test/tcp.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var Path = require('path')
var Transport = require('../')

var CreateInstance = require('./utils/createInstance')
var CreateClient = require('./utils/CreateClient')
var CreateClient = require('./utils/createClient')

var lab = exports.lab = Lab.script()
var describe = lab.describe
Expand Down

0 comments on commit 8b7ae03

Please sign in to comment.