From 80f47403cb900e85ac9bea97c562235f6bcdd7ec Mon Sep 17 00:00:00 2001 From: Vikram Date: Thu, 27 Sep 2018 11:08:01 +0530 Subject: [PATCH] Updated Medical Faker Test removed static tests --- src/test/java/com/github/javafaker/MedicalTest.java | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/test/java/com/github/javafaker/MedicalTest.java b/src/test/java/com/github/javafaker/MedicalTest.java index 35e36bc2..869f9878 100644 --- a/src/test/java/com/github/javafaker/MedicalTest.java +++ b/src/test/java/com/github/javafaker/MedicalTest.java @@ -28,14 +28,4 @@ public class MedicalTest extends AbstractFakerTest { } - @Test - public void testSymptomStatic() { - assertThat("Infertility (Female)", matchesRegularExpression("([\\w']+\\.?.\\(?[\\w']\\)?( )?){2,15}")); - } - - @Test - public void testHospitalStatic() { - assertThat("LSU BOGALUSA MEDICAL CENTER (OUTPATIENT CAMPUS)", matchesRegularExpression("([\\w',]+\\.?.\\(?[\\w']\\)?( )?){2,10}")); - } - } \ No newline at end of file