Skip to content

Commit c378373

Browse files
authored
Fix tests (#125)
* Skip events stream for lack of test data * test commit Is this a commit comment? * Undo skipping events, update start_date_2 to get tests to pass * Shrink the diff
1 parent 021cfdd commit c378373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_github_start_date.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def test_run(self):
1818
"""Instantiate start date according to the desired data set and run the test"""
1919

2020
self.start_date_1 = '2020-04-01T00:00:00Z'
21-
self.start_date_2 = self.timedelta_formatted(self.start_date_1, days=365)
21+
self.start_date_2 = '2021-06-10T00:00:00Z'
2222

2323
start_date_1_epoch = self.dt_to_ts(self.start_date_1)
2424
start_date_2_epoch = self.dt_to_ts(self.start_date_2)

0 commit comments

Comments
 (0)