summaryrefslogtreecommitdiff
path: root/iss/tests
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2020-09-28 14:46:34 +0300
committerYuval Adam <_@yuv.al>2020-09-28 14:46:34 +0300
commit4efa661b96d682cad76356ef1355482211c5efc5 (patch)
treedcc6dafd3ef7b2a835936ffb254a0dc056b7772e /iss/tests
parentd3caed4241328258dee6190463bae8b4b5f3800d (diff)
Show directions and widen table
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"