From 7ca6492fc09482c6c0d387f11011e335b45e679a Mon Sep 17 00:00:00 2001 From: Marcel Date: Thu, 11 Jun 2026 13:15:24 +0200 Subject: [PATCH] =?UTF-8?q?test(geschichte):=20rename=20journey=20items=20?= =?UTF-8?q?integration=20test=20=E2=80=94=20drop=20misleading=20end=5Fto?= =?UTF-8?q?=5Fend=20suffix=20(#795)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- .../geschichte/journeyitem/JourneyItemIntegrationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/test/java/org/raddatz/familienarchiv/geschichte/journeyitem/JourneyItemIntegrationTest.java b/backend/src/test/java/org/raddatz/familienarchiv/geschichte/journeyitem/JourneyItemIntegrationTest.java index 887f00a1..819cf3e0 100644 --- a/backend/src/test/java/org/raddatz/familienarchiv/geschichte/journeyitem/JourneyItemIntegrationTest.java +++ b/backend/src/test/java/org/raddatz/familienarchiv/geschichte/journeyitem/JourneyItemIntegrationTest.java @@ -287,7 +287,7 @@ class JourneyItemIntegrationTest { // ─── STORY-type Geschichten hold journey items (#795) ──────────────────── @Test - void story_type_can_hold_journey_items_end_to_end() { + void story_type_can_hold_journey_items_through_service() { authenticateAs(writer, Permission.BLOG_WRITE); Geschichte story = savedStory();