From 1b5e9c51bc64a980e22c43d43341a35cf4453bb9 Mon Sep 17 00:00:00 2001 From: caihaohan Date: Wed, 8 Nov 2023 15:32:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20test=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/standard/enterprise/LawsEnterpriseStandardTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laws-single-startup/src/test/java/com/jero/modules/standard/enterprise/LawsEnterpriseStandardTest.java b/laws-single-startup/src/test/java/com/jero/modules/standard/enterprise/LawsEnterpriseStandardTest.java index e61b8b0e..b05388d5 100644 --- a/laws-single-startup/src/test/java/com/jero/modules/standard/enterprise/LawsEnterpriseStandardTest.java +++ b/laws-single-startup/src/test/java/com/jero/modules/standard/enterprise/LawsEnterpriseStandardTest.java @@ -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));