mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-31 02:08:03 +01:00
DatePicker
This commit is contained in:
@@ -72,7 +72,7 @@ public class DatePickerTests
|
||||
[AutoInitShutdown]
|
||||
public void DatePicker_ShouldNot_SetDateOutOfRange_UsingPreviousMonthButton ()
|
||||
{
|
||||
var date = new DateTime (1, 2, 0);
|
||||
var date = new DateTime (1, 2, 15);
|
||||
var datePicker = new DatePicker (date);
|
||||
var top = new Toplevel ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user