From f0621ad0167de55645895f8c40cbd8b97bfcd0f3 Mon Sep 17 00:00:00 2001 From: "everywhere.z" Date: Thu, 16 Mar 2023 17:46:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E6=8E=89=E4=B8=8D=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/test/resources/monitorFile/s1.groovy | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 liteflow-testcase-el/liteflow-testcase-el-script-groovy-springboot/src/test/resources/monitorFile/s1.groovy diff --git a/liteflow-testcase-el/liteflow-testcase-el-script-groovy-springboot/src/test/resources/monitorFile/s1.groovy b/liteflow-testcase-el/liteflow-testcase-el-script-groovy-springboot/src/test/resources/monitorFile/s1.groovy deleted file mode 100644 index 02ae4756f..000000000 --- a/liteflow-testcase-el/liteflow-testcase-el-script-groovy-springboot/src/test/resources/monitorFile/s1.groovy +++ /dev/null @@ -1,3 +0,0 @@ -Integer a=3 -Integer b=2 -defaultContext.setData("s1",a*b) \ No newline at end of file