Skip to content

Commit

Permalink
fix slovak timestamp test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dillon Dixon committed Apr 9, 2018
1 parent 7102ca8 commit deeca33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_timestamps.py
Expand Up @@ -81,7 +81,7 @@ def test_czech(self):
self.run_timestamp_test(timestamp_raw)

def test_slovak(self):
timestamp_raw = "5. december 2017, 9:02 UTC+01"
timestamp_raw = "4. december 2016, 13:54 UTC-07"
self.run_timestamp_test(timestamp_raw)

def test_portuguese_brazil(self):
Expand Down Expand Up @@ -126,5 +126,6 @@ def test_leet_speak(self):
timestamp_raw = "5uNd4Y, d3c3mb3r 4, 2016 @ 1:54pm PDT"
self.run_timestamp_test(timestamp_raw)


if __name__ == '__main__':
unittest.main()

0 comments on commit deeca33

Please sign in to comment.