Skip to content

Commit 892d02c

Browse files
committed
Fix typo
1 parent b1b2801 commit 892d02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/connection-pool/yield-support-body.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var helper = require('./test-helper')
22
var co = require('co')
33

44
var tid = setTimeout(function() {
5-
throw new Error('Tests did not complete in tme')
5+
throw new Error('Tests did not complete in time')
66
}, 1000)
77

88
co(function * () {

0 commit comments

Comments
 (0)