From 1e82a14499b1133746a6b7c441158efb23562912 Mon Sep 17 00:00:00 2001 From: Andrew Naylor Date: Fri, 27 Mar 2015 09:48:16 +0000 Subject: [PATCH] Content Available should be present --- test/notification.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/notification.js b/test/notification.js index 661e9ce..05d1cb2 100644 --- a/test/notification.js +++ b/test/notification.js @@ -322,6 +322,8 @@ describe("Notification", function() { expect(note.toJSON().aps.sound).to.eql("awesome.caf"); }); + + }); }); }); });