Skip to content

Commit 4ef93a6

Browse files
committed
test: 更新单元测试
1 parent 05f0b8a commit 4ef93a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/UnitTest/Components/TransferTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,6 @@ public void ItemWidth_Ok()
301301
{
302302
pb.Add(a => a.ItemWidth, "160px");
303303
});
304-
cut.Contains("-bb-transfer-panel-item-width: 160px;");
304+
cut.Contains("--bb-transfer-panel-item-width: 160px;");
305305
}
306306
}

0 commit comments

Comments
 (0)