Skip to content

Commit

Permalink
FIX: tests. still need to add more tests tho
Browse files Browse the repository at this point in the history
  • Loading branch information
srossross committed Sep 17, 2013
1 parent 1b5fb1d commit a350fad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/lib-caronte-common-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ describe('lib/caronte/common.js', function () {
var outgoing = {};
common.setupOutgoing(outgoing,
{
agent : '?',
target: {
host : 'hey',
hostname : 'how',
socketPath: 'are',
port : 'you',
agent : '?'
}
},
{
Expand All @@ -35,12 +35,12 @@ describe('lib/caronte/common.js', function () {
it('set the port according to the protocol', function () {
var outgoing = {};
common.setupOutgoing(outgoing,
{
{
agent : '?',
target: {
host : 'how',
hostname : 'are',
socketPath: 'you',
agent : '?',
protocol: 'https:'
}
},
Expand Down

0 comments on commit a350fad

Please sign in to comment.