From 804a064cb3fd3f622400ecb427b69e82184f5394 Mon Sep 17 00:00:00 2001 From: raphael Date: Tue, 28 Apr 2026 17:30:43 +0200 Subject: [PATCH] =?UTF-8?q?correction=20d'=C3=A9rreurs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../avis/{entity => exception}/AvisNotFoundExceptionTest.java | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/test/java/fr/iut_fbleau/but3/dev62/mylibrary/avis/{entity => exception}/AvisNotFoundExceptionTest.java (100%) diff --git a/src/test/java/fr/iut_fbleau/but3/dev62/mylibrary/avis/entity/AvisNotFoundExceptionTest.java b/src/test/java/fr/iut_fbleau/but3/dev62/mylibrary/avis/exception/AvisNotFoundExceptionTest.java similarity index 100% rename from src/test/java/fr/iut_fbleau/but3/dev62/mylibrary/avis/entity/AvisNotFoundExceptionTest.java rename to src/test/java/fr/iut_fbleau/but3/dev62/mylibrary/avis/exception/AvisNotFoundExceptionTest.java