Fix the identation

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2018-11-14 21:18:20 -02:00
parent 894b704e8d
commit e05aadb965
1 changed files with 3 additions and 1 deletions

View File

@ -40,7 +40,9 @@ describe("CloudEvents Spec 0.1 - JavaScript SDK", () => {
describe("'eventType'", () => {
it("should throw an error when is an empty string", () => {
cloudevent.type("");
expect(cloudevent.format.bind(cloudevent)).to.throw("'eventType' is invalid");
expect(cloudevent.format.bind(cloudevent))
.to
.throw("'eventType' is invalid");
});
it("should be a non-empty string", () => {