Skip to content

Commit 0b51813

Browse files
author
Max Presman
committed
status tt2 patches
1 parent f750071 commit 0b51813

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.flowconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[ignore]
22
.*/test/.*
3+
.*/node_modules/nock/node_modules/changelog/examples/node.json
34

45
[include]
56
.*/src/.*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@
8787
"engine": {
8888
"node": ">=0.8"
8989
}
90-
}
90+
}

test/integration/components/reconnection_manager.test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ describe('#components/reconnection_manger', () => {
9090
} else if (statusPayload.category === 'PNReconnectedCategory') {
9191
assert.deepEqual({
9292
category: 'PNReconnectedCategory',
93-
operation: 'PNSubscribeOperation'
93+
operation: 'PNSubscribeOperation',
94+
currentTimetoken: 0,
95+
lastTimetoken: 0
9496
}, statusPayload);
9597
done();
9698
}

0 commit comments

Comments
 (0)