From c96741f053535bfc51eb18295e85014d659d99c1 Mon Sep 17 00:00:00 2001 From: Justin Morris Date: Tue, 21 Nov 2017 12:14:16 +1100 Subject: [PATCH] Minor documentation fix --- docs/APIRef.MockingUserNotifications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/APIRef.MockingUserNotifications.md b/docs/APIRef.MockingUserNotifications.md index 9ab4032e7f..03ce40851d 100644 --- a/docs/APIRef.MockingUserNotifications.md +++ b/docs/APIRef.MockingUserNotifications.md @@ -17,7 +17,7 @@ await device.relaunchApp({userNotification: notification}); ```js describe('Background push notification', () => { beforeEach(async () => { - await device.relaunchApp({userNotification: userNotificationPushTrigger}, done) + await device.relaunchApp({userNotification: userNotificationPushTrigger}) }); it('push notification from background', async () => {