fixed failing tests

This commit is contained in:
2026-03-04 17:37:37 +01:00
parent 6780a00e5f
commit bc6ad41f06

View File

@@ -89,6 +89,7 @@ func TestCallInventaireEditionFromWork_TestOffset(t *testing.T) {
Id: "isbn:9782070456260", Id: "isbn:9782070456260",
Title: "La théorie de l'information", Title: "La théorie de l'information",
ISBN: "978-2-07-045626-0", ISBN: "978-2-07-045626-0",
Publisher: "Éditions Gallimard",
ReleaseDate: "2014", ReleaseDate: "2014",
Image: "https://inventaire.io/img/entities/5044c2265cc42675ac4335387aef189862cbeec1", Image: "https://inventaire.io/img/entities/5044c2265cc42675ac4335387aef189862cbeec1",
Lang: "fr", Lang: "fr",
@@ -99,7 +100,8 @@ func TestCallInventaireEditionFromWork_TestOffset(t *testing.T) {
Id: "isbn:9782072525216", Id: "isbn:9782072525216",
Title: "La théorie de l'information", Title: "La théorie de l'information",
ISBN: "978-2-07-252521-6", ISBN: "978-2-07-252521-6",
ReleaseDate: "", Publisher: "Éditions Gallimard",
ReleaseDate: "2014",
Image: "https://inventaire.io/img/entities/fac578440d9bf7afc7f4c5698aa618b8a4d80d21", Image: "https://inventaire.io/img/entities/fac578440d9bf7afc7f4c5698aa618b8a4d80d21",
Lang: "fr", Lang: "fr",
}, },