File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55
66namespace UnitTest . Components ;
77
8- public class LayoutSplitebarTest : BootstrapBlazorTestBase
8+ public class LayoutSplitBarTest : BootstrapBlazorTestBase
99{
1010 [ Fact ]
11- public void LayoutSplitebar_Ok ( )
11+ public void LayoutSplitBar_Ok ( )
1212 {
13- var cut = Context . RenderComponent < LayoutSplitebar > ( pb =>
13+ var cut = Context . RenderComponent < LayoutSplitBar > ( pb =>
1414 {
1515 pb . Add ( a => a . ContainerSelector , ".layout" ) ;
1616 } ) ;
Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ public void ShowLayoutSidebar_Ok()
359359 builder . AddContent ( 0 , "test" ) ;
360360 } ) ) ;
361361 } ) ;
362- cut . Contains ( "layout-splitebar " ) ;
362+ cut . Contains ( "layout-split-bar " ) ;
363363 cut . Contains ( "data-bb-min=\" 100\" " ) ;
364364 cut . Contains ( "data-bb-max=\" 300\" " ) ;
365365 }
You can’t perform that action at this time.
0 commit comments