diff --git a/tests/unit/TestForm.php b/tests/unit/TestForm.php
index 53e4f80af25aaf718d46bc710042a5e759493531..a0702cfbc8f04ad8e35bf54a51077f28c3876e71 100644
--- a/tests/unit/TestForm.php
+++ b/tests/unit/TestForm.php
@@ -2,7 +2,7 @@
 
 namespace Tests;
 
-use WPDesk\Forms\AbstractForm;
+use WPDesk\Forms\Form\AbstractForm;
 
 class TestForm extends \PHPUnit\Framework\TestCase
 {
diff --git a/tests/unit/TestFormCollection.php b/tests/unit/TestFormCollection.php
index 55ddd37438974c3a97e32f192a6a518b3a9d89ec..67bd0ae7b5273b7e7c43b8633cbe988a64a72355 100644
--- a/tests/unit/TestFormCollection.php
+++ b/tests/unit/TestFormCollection.php
@@ -2,8 +2,8 @@
 
 namespace Tests;
 
-use WPDesk\Forms\AbstractForm;
-use WPDesk\Forms\FormsCollection;
+use WPDesk\Forms\Form\AbstractForm;
+use WPDesk\Forms\Form\FormsCollection;
 
 class TestFormCollection extends \PHPUnit\Framework\TestCase {