Skip to content

Commit

Permalink
Fix tests (#125)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
luandy64 authored Jun 22, 2021
1 parent 021cfdd commit c378373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_github_start_date.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_run(self):
"""Instantiate start date according to the desired data set and run the test"""

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

start_date_1_epoch = self.dt_to_ts(self.start_date_1)
start_date_2_epoch = self.dt_to_ts(self.start_date_2)
Expand Down

0 comments on commit c378373

Please sign in to comment.