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

Should should

parent 6e9d6a4d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -85,7 +85,7 @@ describe("MatrixEventProcessor", () => {
Chai.assert.equal(evt.author.url, "https://matrix.to/#/@test:localhost");
});
it("Should should contain the users displayname if it exists.", () => {
it("Should contain the users displayname if it exists.", () => {
const processor = createMatrixEventProcessor();
const evt = processor.EventToEmbed({
sender: "@test:localhost",
......@@ -99,7 +99,7 @@ describe("MatrixEventProcessor", () => {
Chai.assert.equal(evt.author.url, "https://matrix.to/#/@test:localhost");
});
it("Should should contain the users userid if the displayname is not set", () => {
it("Should contain the users userid if the displayname is not set", () => {
const processor = createMatrixEventProcessor();
const evt = processor.EventToEmbed({
sender: "@test:localhost",
......
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