Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
alekslyse committed Apr 18, 2019
1 parent 65cd941 commit fbcee2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ginlong/ginlong.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,11 @@ def __init__(self, plant_id, parent):


@property
async def name(self):
async def get_name(self):
"""Return all plants."""
return "Disney"

@property
async def test(self):
async def get_test(self):
"""Return all plants."""
return self.token

0 comments on commit fbcee2c

Please sign in to comment.