From 666b1cff3d705a53d07cd3ee6d146a7ef7ac7754 Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期一, 26 六月 2023 17:13:11 +0800
Subject: [PATCH] Merge branch 'LEX_chenjingwu_dev' of http://47.92.229.245:8089/r/lightningupdate into LEX_chenjingwu_dev

---
 force-app/main/default/lwc/lexClosingCaseFlow/__tests__/lexClosingCaseFlow.test.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/force-app/main/default/lwc/lexSpecilaApplyCreate/__tests__/lexSpecilaApplyCreate.test.js b/force-app/main/default/lwc/lexClosingCaseFlow/__tests__/lexClosingCaseFlow.test.js
similarity index 72%
copy from force-app/main/default/lwc/lexSpecilaApplyCreate/__tests__/lexSpecilaApplyCreate.test.js
copy to force-app/main/default/lwc/lexClosingCaseFlow/__tests__/lexClosingCaseFlow.test.js
index 3ab1eb3..e905952 100644
--- a/force-app/main/default/lwc/lexSpecilaApplyCreate/__tests__/lexSpecilaApplyCreate.test.js
+++ b/force-app/main/default/lwc/lexClosingCaseFlow/__tests__/lexClosingCaseFlow.test.js
@@ -1,7 +1,7 @@
 import { createElement } from 'lwc';
-import LexSpecilaApplyCreate from 'c/lexSpecilaApplyCreate';
+import LexClosingCaseFlow from 'c/lexClosingCaseFlow';
 
-describe('c-lex-specila-apply-create', () => {
+describe('c-lex-closing-case-flow', () => {
     afterEach(() => {
         // The jsdom instance is shared across test cases in a single file so reset the DOM
         while (document.body.firstChild) {
@@ -11,8 +11,8 @@
 
     it('TODO: test case generated by CLI command, please fill in test logic', () => {
         // Arrange
-        const element = createElement('c-lex-specila-apply-create', {
-            is: LexSpecilaApplyCreate
+        const element = createElement('c-lex-closing-case-flow', {
+            is: LexClosingCaseFlow
         });
 
         // Act

--
Gitblit v1.9.1