Skip to content

Commit

Permalink
Updated CharityRegistryTest
Browse files Browse the repository at this point in the history
Moved to registry package.
  • Loading branch information
roaraf committed Apr 23, 2026
1 parent 781e060 commit 8018c96
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
package ntnu.systemutvikling.team6.models;
package ntnu.systemutvikling.team6.models.registry;

import static org.junit.jupiter.api.Assertions.*;

import java.util.List;
import java.util.Optional;
import java.util.UUID;
import ntnu.systemutvikling.team6.models.registry.CharityRegistry;

import ntnu.systemutvikling.team6.models.Charity;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

Expand Down

0 comments on commit 8018c96

Please sign in to comment.