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
@@ -818,7 +818,7 @@ export default function (fetchMock, assert) {
818
818
});
819
819
820
820
awaitclient.ready();
821
-
t.equal(manager.names().sort().length,35,'active splits should be present for evaluation');
821
+
t.equal(manager.names().sort().length,36,'active splits should be present for evaluation');
822
822
823
823
awaitsplitio.destroy();
824
824
t.equal(localStorage.getItem('readyFromCache_10.SPLITIO.splits.till'),'1457552620999','splits.till must correspond to the till of the last successfully fetched Splits');
@@ -835,7 +835,7 @@ export default function (fetchMock, assert) {
t.equal(manager.names().sort().length,35,'active splits should be present for evaluation');
838
+
t.equal(manager.names().sort().length,36,'active splits should be present for evaluation');
839
839
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');
840
840
841
841
awaitsplitio.destroy();
@@ -856,7 +856,7 @@ export default function (fetchMock, assert) {
t.equal(manager.names().sort().length,35,'active splits should be present for evaluation');
859
+
t.equal(manager.names().sort().length,36,'active splits should be present for evaluation');
860
860
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