lazy loading is not in labs anymore

pull/21833/head
Bruno Windels 2019-04-02 15:14:24 +02:00
parent c1312f09ab
commit f197e9f977
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ const assert = require('assert');
module.exports = async function lazyLoadingScenarios(alice, bob, charlies) {
console.log(" creating a room for lazy loading member scenarios:");
await enableLazyLoading(alice);
const charly1to5 = charlies.slice("charly-1..5", 0, 5);
const charly6to10 = charlies.slice("charly-6..10", 5);
assert(charly1to5.sessions.length, 5);