From 6088f5978a15f4a1e64cd20e87678553df101836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Mon, 17 Dec 2018 21:43:01 -0200 Subject: [PATCH] deduplication MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- test/cloudevent_spec_0_1.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/cloudevent_spec_0_1.js b/test/cloudevent_spec_0_1.js index b247c44..86de5ca 100644 --- a/test/cloudevent_spec_0_1.js +++ b/test/cloudevent_spec_0_1.js @@ -1,10 +1,10 @@ var expect = require("chai").expect; var Cloudevent = require("../index.js"); -const type = "com.github.pull.create"; -const source = "urn:event:from:myapi/resourse/123"; +const type = "com.github.pull.create01"; +const source = "urn:event:from:myapi/resourse/01"; 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 data = {}; const extensions = {};