update test case

This commit is contained in:
Christopher Fenner 2022-01-09 11:10:00 +01:00 committed by GitHub
parent 4c43f5db15
commit 8417590893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ describe("Calendar module", function () {
});
it("should show the default calendar symbol in each event", () => {
testElementLength(".calendar .event .fa-calendar", 0, "not");
testElementLength(".calendar .event .fa-calendar-alt", 0, "not");
});
});