We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a740eb commit 46dd705Copy full SHA for 46dd705
test/bindings/http/unmarshaller_0_2_tests.js
@@ -1,6 +1,6 @@
1
var expect = require("chai").expect;
2
-var Unmarshaller = require("../../../lib/bindings/http/unmarshaller_0_2.js");
3
-var Cloudevent = require("../../../index.js");
+var Unmarshaller = require("../../../http/unmarshaller/v02.js");
+var Cloudevent = require("../../../index.js");
4
5
const type = "com.github.pull.create";
6
const source = "urn:event:from:myapi/resourse/123";
0 commit comments