Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
aksonov committed Mar 13, 2020
1 parent 43ea97c commit 9cbb799
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion __tests__/wocky/friendshare.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ describe('Friend Share', () => {
friend = alice.profile!.friends.get(bob.profile!.id)
expect(friend!.shareType).toEqual(FriendShareTypeEnum.ALWAYS)
expect(friend!.ownShareType).toEqual(FriendShareTypeEnum.ALWAYS)
expect(friend!.sharesLocation).toBeTruthy()

// check sharing
await alice.setLocation(theLocation)
Expand Down

0 comments on commit 9cbb799

Please sign in to comment.