Remove parse function
This commit is contained in:
parent
991723549e
commit
dc7a83cba0
3 changed files with 22 additions and 20 deletions
|
|
@ -58,4 +58,4 @@ class DresdenWetterTest(BackendTest):
|
|||
Test the last sensor return by module"
|
||||
"""
|
||||
sensor = list(self.backend.iter_sensors("wetter", "Globalstrahlung"))
|
||||
assert sensor[0].unit == u"W/m 2"
|
||||
assert sensor[0].unit == u"W/m²"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue