Skip to content

Commit 6088f59

Browse files
committed
deduplication
Signed-off-by: Fabio José <[email protected]>
1 parent e025138 commit 6088f59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/cloudevent_spec_0_1.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
var expect = require("chai").expect;
22
var Cloudevent = require("../index.js");
33

4-
const type = "com.github.pull.create";
5-
const source = "urn:event:from:myapi/resourse/123";
4+
const type = "com.github.pull.create01";
5+
const source = "urn:event:from:myapi/resourse/01";
66
const time = new Date();
7-
const schemaurl = "http://example.com/registry/myschema.json";
7+
const schemaurl = "http://example.com/registry/v01/myschema.json";
88
const contenttype = "application/json";
99
const data = {};
1010
const extensions = {};

0 commit comments

Comments
 (0)