Make it clearer that it's expecting an object
This commit is contained in:
Родитель
53e1829f07
Коммит
aec4a8dff4
|
@ -302,7 +302,7 @@ describe("Notification", function() {
|
|||
expect(note.toJSON().aps.alert).to.equal("Test Message");
|
||||
});
|
||||
|
||||
it("includes alert", function() {
|
||||
it("includes alert object", function() {
|
||||
var alert = {
|
||||
body: "Test Message"
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче