[NUI][NUI.Components.Devel] Fix build errors of NUI.Components.Devel.
[platform/core/csapi/tizenfx.git] / test / Tizen.NUI.Tests / Tizen.NUI.Components.Devel.Tests / testcase / Controls / TSPicker.cs
index bef9c94..836f4f9 100755 (executable)
@@ -85,15 +85,7 @@ namespace Tizen.NUI.Components.Devel.Tests
         {
             tlog.Debug(tag, $"PickerConstructorWithPickStyle START");
 
-            PickerStyle style = new PickerStyle()
-            {
-                Divider = new ViewStyle()
-                {
-                    Focusable = true,
-                    Size = new Size(100, 2),
-                    Position = new Position(100, 200)
-                },
-            };
+            PickerStyle style = new PickerStyle() { };
 
             var testingTarget = new Picker(style);
             Assert.IsNotNull(testingTarget, "null handle");