Skip to content

Commit b000b2b

Browse files
committed
Test titles
Signed-off-by: Fabio José <[email protected]>
1 parent 68c384e commit b000b2b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/bindings/http/receiver_binary_0_2_tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var HTTPBinaryReceiver02 =
55

66
var receiver = new HTTPBinaryReceiver02();
77

8-
describe("HTTP Transport Binding Binary Receiver 0.2", () => {
8+
describe("HTTP Transport Binding Binary Receiver for CloudEvents v0.2", () => {
99
describe("Check", () => {
1010
it("Throw error when payload arg is null or undefined", () => {
1111
// setup

test/bindings/http/receiver_strutured_0_2_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var cloudevent =
3636
.addExtension(ext1Name, ext1Value)
3737
.addExtension(ext2Name, ext2Value);
3838

39-
describe("HTTP Transport Binding Structured Receiver 0.2", () => {
39+
describe("HTTP Transport Binding Structured Receiver for CloudEvents v0.2", () => {
4040
describe("Check", () => {
4141
it("Throw error when payload arg is null or undefined", () => {
4242
// setup

test/bindings/http/unmarshaller_0_2_tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const data = {
1515
foo: "bar"
1616
};
1717

18-
describe("HTTP Transport Binding Unmarshaller", () => {
18+
describe("HTTP Transport Binding Unmarshaller for CloudEvents v0.2", () => {
1919

2020
it("Throw error when payload is null", () => {
2121
// setup

0 commit comments

Comments
 (0)