summaryrefslogtreecommitdiff
path: root/iss/tests
diff options
context:
space:
mode:
Diffstat (limited to 'iss/tests')
-rw-r--r--iss/tests/test_predictions.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/iss/tests/test_predictions.py b/iss/tests/test_predictions.py
index 29b939b..951186e 100644
--- a/iss/tests/test_predictions.py
+++ b/iss/tests/test_predictions.py
@@ -74,6 +74,6 @@ def test_get_grouped_predictions():
)
preds = p.get_grouped_predictions()
assert "2020-09-28" in preds
- assert preds["2020-09-28"][0]["rise"]["time"] == "10:14:44Z"
- assert preds["2020-09-28"][1]["culminate"]["time"] == "11:51:14Z"
- assert preds["2020-09-28"][1]["set"]["time"] == "11:56:36Z"
+ assert preds["2020-09-28"][0]["rise"]["time"] == "10:14:44"
+ assert preds["2020-09-28"][1]["culminate"]["time"] == "11:51:14"
+ assert preds["2020-09-28"][1]["set"]["time"] == "11:56:36"