From 346fe5167554feee43f81fc8ae9d080d4af6f7d1 Mon Sep 17 00:00:00 2001
From: tangjinzhou <415800467@qq.com>
Date: Mon, 28 Feb 2022 22:00:38 +0800
Subject: [PATCH] style: remove not use

---
 components/vc-table/Body/BodyRow.tsx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/components/vc-table/Body/BodyRow.tsx b/components/vc-table/Body/BodyRow.tsx
index 31e959045..05653af8e 100644
--- a/components/vc-table/Body/BodyRow.tsx
+++ b/components/vc-table/Body/BodyRow.tsx
@@ -152,7 +152,6 @@ export default defineComponent<BodyRowProps<unknown>>({
               colIndex === (expandIconColumnIndex || 0) && nestExpandable.value ? (
                 <>
                   <span
-                    data-test={colIndex}
                     style={{ paddingLeft: `${indentSize * indent}px` }}
                     class={`${prefixCls}-row-indent indent-level-${indent}`}
                   />