diff --git a/test/bindings/http/receiver_binary_0_2_tests.js b/test/bindings/http/receiver_binary_0_2_tests.js index 213fff5..ed2b149 100644 --- a/test/bindings/http/receiver_binary_0_2_tests.js +++ b/test/bindings/http/receiver_binary_0_2_tests.js @@ -5,7 +5,7 @@ var HTTPBinaryReceiver02 = var receiver = new HTTPBinaryReceiver02(); -describe("HTTP Transport Binding Binary Receiver 0.2", () => { +describe("HTTP Transport Binding Binary Receiver for CloudEvents v0.2", () => { describe("Check", () => { it("Throw error when payload arg is null or undefined", () => { // setup diff --git a/test/bindings/http/receiver_strutured_0_2_test.js b/test/bindings/http/receiver_strutured_0_2_test.js index 076c4ce..25eb9f6 100644 --- a/test/bindings/http/receiver_strutured_0_2_test.js +++ b/test/bindings/http/receiver_strutured_0_2_test.js @@ -36,7 +36,7 @@ var cloudevent = .addExtension(ext1Name, ext1Value) .addExtension(ext2Name, ext2Value); -describe("HTTP Transport Binding Structured Receiver 0.2", () => { +describe("HTTP Transport Binding Structured Receiver for CloudEvents v0.2", () => { describe("Check", () => { it("Throw error when payload arg is null or undefined", () => { // setup diff --git a/test/bindings/http/unmarshaller_0_2_tests.js b/test/bindings/http/unmarshaller_0_2_tests.js index 3760124..4123b49 100644 --- a/test/bindings/http/unmarshaller_0_2_tests.js +++ b/test/bindings/http/unmarshaller_0_2_tests.js @@ -15,7 +15,7 @@ const data = { foo: "bar" }; -describe("HTTP Transport Binding Unmarshaller", () => { +describe("HTTP Transport Binding Unmarshaller for CloudEvents v0.2", () => { it("Throw error when payload is null", () => { // setup