Make it clearer that it's expecting an object

This commit is contained in:
Andrew Naylor 2015-03-25 09:29:22 +00:00
Родитель 53e1829f07
Коммит aec4a8dff4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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"
};