Skip to content
Snippets Groups Projects
Commit ba7b40c0 authored by adityab3's avatar adityab3
Browse files

Cleaned dead code in unit test for preregistration

parent fddb0e73
No related branches found
No related tags found
1 merge request!6Uc91v2
......@@ -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 {
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment