Fix test title

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2019-10-31 17:51:39 -03:00
parent 0b9bf5a548
commit 19d8db7e1b
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ const httpcfg = {
const binary = new BinaryHTTPEmitter(httpcfg);
describe("HTTP Transport Binding - Version 0.3", () => {
describe("HTTP Transport Binding - Version 1.0", () => {
beforeEach(() => {
// Mocking the webhook
nock(webhook)