diff --git a/iTrust/test/edu/ncsu/csc/itrust/unit/action/AddPreRegisterPatientActionTest.java b/iTrust/test/edu/ncsu/csc/itrust/unit/action/AddPreRegisterPatientActionTest.java
index c5cf6099ea011acadb1c337a6e2cbb54fc27c9b4..4e336fdd00161dffcf9b43b635c2675c6d17162c 100644
--- a/iTrust/test/edu/ncsu/csc/itrust/unit/action/AddPreRegisterPatientActionTest.java
+++ b/iTrust/test/edu/ncsu/csc/itrust/unit/action/AddPreRegisterPatientActionTest.java
@@ -119,11 +119,4 @@ public class AddPreRegisterPatientActionTest extends TestCase {
             fail("Duplicate email");
         } catch (ITrustException e) { }
     }
-
-    /**
-     * Check that invalid names are not allowed
-     */
-    public void testPreRegisterPatientInvalidName() throws Exception {
-
-    }
 }