From e9e7e2ecea46643cd8c81654855193983ec419b8 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 22 Jul 2025 08:59:34 +0200 Subject: [PATCH] Bug 40174: Fix codespell --- t/cypress/integration/KohaTable/Holdings_spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/cypress/integration/KohaTable/Holdings_spec.ts b/t/cypress/integration/KohaTable/Holdings_spec.ts index fda13f1951c..8c77f678308 100644 --- a/t/cypress/integration/KohaTable/Holdings_spec.ts +++ b/t/cypress/integration/KohaTable/Holdings_spec.ts @@ -32,7 +32,7 @@ describe("catalogue/detail/holdings_table with items", () => { }); it("Correctly init the table", function () { - // Do not use `() => {` or this.objets won't be retrieved + // Do not use `() => {` or this.objects won't be retrieved const biblio_id = this.objects.biblio.biblio_id; cy.set_syspref("AlwaysShowHoldingsTableFilters", 1).then(() => { cy.visit( -- 2.34.1