Skip to content

Commit 029f362

Browse files
committed
Fix type
Signed-off-by: Fabio José <[email protected]>
1 parent 83131ad commit 029f362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cloudevent_spec_0_1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ describe("CloudEvents Spec 0.1 - JavaScript SDK", () => {
7474

7575
});
7676

77-
describe("The Constraint check", () => {
77+
describe("The Constraints check", () => {
7878
describe("'eventType'", () => {
7979
it("should throw an error when is an empty string", () => {
8080
cloudevent.type("");

0 commit comments

Comments
 (0)