From 46dd70563da87f8e83f163cc4fd715b4a7358692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Thu, 20 Jun 2019 21:46:11 -0300 Subject: [PATCH] Using the export of http unmarchaller 0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- test/bindings/http/unmarshaller_0_2_tests.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/bindings/http/unmarshaller_0_2_tests.js b/test/bindings/http/unmarshaller_0_2_tests.js index 4123b49..0846916 100644 --- a/test/bindings/http/unmarshaller_0_2_tests.js +++ b/test/bindings/http/unmarshaller_0_2_tests.js @@ -1,6 +1,6 @@ var expect = require("chai").expect; -var Unmarshaller = require("../../../lib/bindings/http/unmarshaller_0_2.js"); -var Cloudevent = require("../../../index.js"); +var Unmarshaller = require("../../../http/unmarshaller/v02.js"); +var Cloudevent = require("../../../index.js"); const type = "com.github.pull.create"; const source = "urn:event:from:myapi/resourse/123";