浏览代码

AddAttributes Test

Andrew Grant 3 月之前
父节点
当前提交
80206b38be

+ 1 - 3
src/test/java/scot/carricksoftware/grants/controllers/AddAttributesTest.java → src/test/java/scot/carricksoftware/grants/controllers/attributes/AddAttributesTest.java

@@ -3,7 +3,7 @@
  *
  */
 
-package scot.carricksoftware.grants.controllers;
+package scot.carricksoftware.grants.controllers.attributes;
 
 import org.junit.jupiter.api.BeforeEach;
 import org.junit.jupiter.api.Test;
@@ -11,8 +11,6 @@ import org.junit.jupiter.api.extension.ExtendWith;
 import org.mockito.Mock;
 import org.mockito.junit.jupiter.MockitoExtension;
 import org.springframework.ui.Model;
-import scot.carricksoftware.grants.controllers.attributes.AddAttributes;
-import scot.carricksoftware.grants.controllers.attributes.AddAttributesImpl;
 import scot.carricksoftware.grants.domains.people.Person;
 import scot.carricksoftware.grants.domains.places.Organisation;
 import scot.carricksoftware.grants.domains.places.Place;