Skip to content

Commit e05aadb

Browse files
committed
Fix the identation
Signed-off-by: Fabio José <[email protected]>
1 parent 894b704 commit e05aadb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/cloudevent_spec_0_1.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ describe("CloudEvents Spec 0.1 - JavaScript SDK", () => {
4040
describe("'eventType'", () => {
4141
it("should throw an error when is an empty string", () => {
4242
cloudevent.type("");
43-
expect(cloudevent.format.bind(cloudevent)).to.throw("'eventType' is invalid");
43+
expect(cloudevent.format.bind(cloudevent))
44+
.to
45+
.throw("'eventType' is invalid");
4446
});
4547

4648
it("should be a non-empty string", () => {

0 commit comments

Comments
 (0)