Skip to content
Extraits de code Groupes Projets
Valider 89650bc6 rédigé par Will Hunt's avatar Will Hunt
Parcourir les fichiers

Bah -1

parent b784d6d7
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -453,7 +453,7 @@ describe("DiscordBot", () => {
bot.lockChannel(chan);
await bot.waitUnlock(chan);
const diff = Date.now() - t;
expect(diff).to.be.greaterThan(SHORTDELAY);
expect(diff).to.be.greaterThan(SHORTDELAY - 1);
});
});
// });
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter