Skip to content

Commit

Permalink
Rename and call unknown method tests from http2 (#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored and mcollina committed Aug 25, 2018
1 parent 1f750e6 commit 3895a75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/http2/http2.test.js
Expand Up @@ -7,6 +7,7 @@ if (semver.gt(process.versions.node, '8.8.0')) {
require('./plain')
require('./secure')
require('./secure-with-fallback')
require('./unknown-http-method')
} else {
tap.pass('Skip because Node version < 8.8')
tap.end()
Expand Down
File renamed without changes.

0 comments on commit 3895a75

Please sign in to comment.