fix: test报错
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ public class LawsEnterpriseStandardTest {
|
||||
|
||||
lawsEnterpriseStandard.setStandardNumber(faker.code().ean8());
|
||||
lawsEnterpriseStandard.setStandardName(faker.commerce().productName());
|
||||
lawsEnterpriseStandard.setEnglishName(faker.commerce().productName());
|
||||
lawsEnterpriseStandard.setStandardEnglishName(faker.commerce().productName());
|
||||
lawsEnterpriseStandard.setReleaseDate(faker.date().past(1, TimeUnit.SECONDS));
|
||||
lawsEnterpriseStandard.setImplementationDate(faker.date().past(1, TimeUnit.SECONDS));
|
||||
//lawsEnterpriseStandard.setStandardState(faker.random().nextInt(5));
|
||||
|
||||
Reference in New Issue
Block a user