Commit b59ddd3 1 parent dab722c commit b59ddd3 Copy full SHA for b59ddd3
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ def test___ext_cal_last_date_and_time___no_errors(real_x_series_device: Device)
116
116
last_date_and_time = real_x_series_device .ext_cal_last_date_and_time
117
117
118
118
assert type (last_date_and_time ) is datetime
119
- assert last_date_and_time .year > 2009
119
+ assert last_date_and_time .year >= 2009
120
120
assert last_date_and_time .month >= 1
121
121
assert last_date_and_time .day > 0
122
122
assert last_date_and_time .hour >= 0
@@ -127,7 +127,7 @@ def test___self_cal_last_date_and_time___no_errors(real_x_series_device: Device)
127
127
last_date_and_time = real_x_series_device .self_cal_last_date_and_time
128
128
129
129
assert type (last_date_and_time ) is datetime
130
- assert last_date_and_time .year > 2009
130
+ assert last_date_and_time .year >= 2009
131
131
assert last_date_and_time .month >= 1
132
132
assert last_date_and_time .day > 0
133
133
assert last_date_and_time .hour >= 0
You can’t perform that action at this time.
0 commit comments