Skip to content

Commit

Permalink
Update packages/pushnotification/__tests__/PushNotification-test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Hinson <alexmhinson@gmail.com>
  • Loading branch information
ericclemmons and amhinson authored Sep 21, 2020
1 parent dfa2114 commit 1300192
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe('PushNotification:', () => {
// Spy should be at 0 (it was already called on import)
expect(registerSpy).toHaveBeenCalledTimes(0);

// Global Amplify will always reference last registered intance
// Global Amplify will always reference last registered instance
const NewPushNotification = new PushNotification(null);
expect(Amplify.Pushnotification).toEqual(NewPushNotification);

Expand Down

0 comments on commit 1300192

Please sign in to comment.