Skip to content

Commit

Permalink
Remove leftover test code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
taldcroft committed Jan 28, 2025
1 parent 7ecbee2 commit 9864220
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cxotime/tests/test_cxotime.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,8 +469,6 @@ def test_with_object_input():
@pytest.mark.parametrize("fmt", ["date", "iso", "greta"])
def test_cxotime_now_env_var(monkeypatch, fmt):
"""Check instantiating with CxoTime.NOW results in current time."""
# These two commands should run within a 2 sec of each other, even on the slowest
# machine.
tm = CxoTime("2015:160:02:24:01.250")
date = tm.date
monkeypatch.setenv("CXOTIME_NOW", getattr(tm, fmt))
Expand Down

0 comments on commit 9864220

Please sign in to comment.