@@ -40,8 +40,8 @@ def test_build_with_add_sql_date_range_condition():
40
40
TimeEntryQueryBuilder ()
41
41
.add_sql_date_range_condition (
42
42
{
43
- "start_date" : "2021-03 -19T05:00:00.000Z" ,
44
- "end_date" : "2021-03 -20T10:00:00.000Z" ,
43
+ "start_date" : "2021-04 -19T05:00:00.000Z" ,
44
+ "end_date" : "2021-04 -20T10:00:00.000Z" ,
45
45
}
46
46
)
47
47
.build ()
@@ -60,8 +60,8 @@ def test_build_with_add_sql_date_range_condition():
60
60
61
61
62
62
def test_add_sql_interception_with_date_range_condition ():
63
- start_date = "2021-03 -19T05:07:00.000Z"
64
- end_date = "2021-03 -25T10:00:00.000Z"
63
+ start_date = "2021-01 -19T05:07:00.000Z"
64
+ end_date = "2021-01 -25T10:00:00.000Z"
65
65
66
66
time_entry_query_builder = (
67
67
TimeEntryQueryBuilder ().add_sql_interception_with_date_range_condition (
@@ -80,8 +80,8 @@ def test_add_sql_interception_with_date_range_condition():
80
80
81
81
82
82
def test_build_with_add_sql_interception_with_date_range_condition ():
83
- start_date = "2021-03 -19T05:07:00.000Z"
84
- end_date = "2021-03 -25T10:00:00.000Z"
83
+ start_date = "2021-02 -19T05:07:00.000Z"
84
+ end_date = "2021-02 -25T10:00:00.000Z"
85
85
time_entry_query_builder = (
86
86
TimeEntryQueryBuilder ()
87
87
.add_sql_interception_with_date_range_condition (start_date , end_date )
0 commit comments