Skip to content

Commit 46dd705

Browse files
committed
Using the export of http unmarchaller 0.2
Signed-off-by: Fabio José <[email protected]>
1 parent 0a740eb commit 46dd705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/bindings/http/unmarshaller_0_2_tests.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var expect = require("chai").expect;
2-
var Unmarshaller = require("../../../lib/bindings/http/unmarshaller_0_2.js");
3-
var Cloudevent = require("../../../index.js");
2+
var Unmarshaller = require("../../../http/unmarshaller/v02.js");
3+
var Cloudevent = require("../../../index.js");
44

55
const type = "com.github.pull.create";
66
const source = "urn:event:from:myapi/resourse/123";

0 commit comments

Comments
 (0)