Skip to content

Commit 121c69f

Browse files
committed
fix: tests
1 parent a6e7d35 commit 121c69f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/test_methods.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ def test_methods(self, mock_request):
1919

2020
methods = [
2121
*self.account_methods,
22-
*self.device_methods,
2322
*self.group_methods,
2423
*self.status_methods,
2524
*self.log_methods,
@@ -48,10 +47,6 @@ def account_methods(self) -> typing.List[Response]:
4847
api.account.setProfilePicture(path)
4948
]
5049

51-
@property
52-
def device_methods(self) -> typing.List[Response]:
53-
return [api.device.getDeviceInfo()]
54-
5550
@property
5651
def group_methods(self) -> typing.List[Response]:
5752
return [

0 commit comments

Comments
 (0)