Skip to content

Commit d2d567d

Browse files
author
rory sawyer
committed
update the react hooks network test to include new fields
1 parent 6d70fee commit d2d567d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/hooks/useNetwork.test.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ describe('useNetwork', () => {
4444
videoRecvPacketLoss: 0,
4545
videoSendBitsPerSecond: 1000000,
4646
videoSendPacketLoss: 0,
47+
totalSendPacketLoss: 0,
48+
totalRecvPacketLoss: 0,
4749
},
4850
worstVideoRecvPacketLoss: 0,
4951
worstVideoSendPacketLoss: 0,

0 commit comments

Comments
 (0)