fix test cases (wa changed something)

This commit is contained in:
mutantmonkey
2013-01-10 22:34:09 -05:00
parent 3e0738191f
commit 45da6933d4
2 changed files with 3 additions and 4 deletions

View File

@@ -19,7 +19,4 @@ class MetarTest(unittest.TestCase):
assert w.temperature > -100
assert w.temperature < 100
assert w.dewpoint > -100
assert w.dewpoint < 100
assert w.pressure is not None