You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/__tests__/browserSuites/ready-from-cache.spec.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -822,7 +822,7 @@ export default function (fetchMock, assert) {
822
822
});
823
823
824
824
awaitclient.ready();
825
-
t.equal(manager.names().sort().length,32,'active splits should be present for evaluation');
825
+
t.equal(manager.names().sort().length,33,'active splits should be present for evaluation');
826
826
827
827
awaitsplitio.destroy();
828
828
t.equal(localStorage.getItem('readyFromCache_10.SPLITIO.splits.till'),'1457552620999','splits.till must correspond to the till of the last successfully fetched Splits');
@@ -839,7 +839,7 @@ export default function (fetchMock, assert) {
t.equal(manager.names().sort().length,32,'active splits should be present for evaluation');
842
+
t.equal(manager.names().sort().length,33,'active splits should be present for evaluation');
843
843
t.false(console.log.calledWithMatch('clearOnInit was set and cache was not cleared in the last 24 hours. Cleaning up cache'),'It should log a message about cleaning up cache');
844
844
845
845
awaitsplitio.destroy();
@@ -860,7 +860,7 @@ export default function (fetchMock, assert) {
t.equal(manager.names().sort().length,32,'active splits should be present for evaluation');
863
+
t.equal(manager.names().sort().length,33,'active splits should be present for evaluation');
864
864
t.true(console.log.calledWithMatch('clearOnInit was set and cache was not cleared in the last 24 hours. Cleaning up cache'),'It should log a message about cleaning up cache');
0 commit comments