Skip to content

Commit

Permalink
Correct test function name.
Browse files Browse the repository at this point in the history
  • Loading branch information
pekim committed Oct 7, 2012
1 parent 625d8fc commit 947bbed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/connection-test.coffee
Expand Up @@ -234,7 +234,7 @@ exports.execSql = (test) ->
#console.log(text)
)

exports.execSqlMultipleTime = (test) ->
exports.execSqlMultipleTimes = (test) ->
timesToExec = 5
sqlExecCount = 0

Expand Down

0 comments on commit 947bbed

Please sign in to comment.