deduplication

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2018-12-17 21:43:01 -02:00
parent e025138a3f
commit 6088f5978a
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
var expect = require("chai").expect; var expect = require("chai").expect;
var Cloudevent = require("../index.js"); var Cloudevent = require("../index.js");
const type = "com.github.pull.create"; const type = "com.github.pull.create01";
const source = "urn:event:from:myapi/resourse/123"; const source = "urn:event:from:myapi/resourse/01";
const time = new Date(); const time = new Date();
const schemaurl = "http://example.com/registry/myschema.json"; const schemaurl = "http://example.com/registry/v01/myschema.json";
const contenttype = "application/json"; const contenttype = "application/json";
const data = {}; const data = {};
const extensions = {}; const extensions = {};