Skip to content

Commit f4deacc

Browse files
committed
test: 更新单元测试
1 parent 03fc9e1 commit f4deacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/UnitTest/Components/SelectGenericTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ public void IsFixedSearch_Ok()
487487
pb.Add(a => a.ShowSearch, true);
488488
pb.Add(a => a.IsFixedSearch, true);
489489
});
490-
Assert.Contains("search is-fixed", cut.Markup);
490+
Assert.Contains("dropdown-menu is-fixed-search", cut.Markup);
491491
Assert.Contains("class=\"icon", cut.Markup);
492492
}
493493

0 commit comments

Comments
 (0)