Skip to content

Commit a320a9f

Browse files
authored
Remove debug print
1 parent ea9166d commit a320a9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ def test_estimate_near_end(patch_near_end_today):
6060
estimate = models.Estimate.from_dict(PAYLOAD)
6161

6262
assert estimate.timezone == "Europe/Amsterdam"
63-
print("NOW", estimate.now())
6463
assert estimate.now().date().isoformat() == "2021-07-21"
6564

6665
assert estimate.energy_production_today == 14679

0 commit comments

Comments
 (0)