Fix the identation
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
894b704e8d
commit
e05aadb965
|
@ -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", () => {
|
||||
|
|
Loading…
Reference in New Issue