🐛 | Fix SonarQube violations - use items() and remove assert True
All checks were successful
SonarQube Code Quality Scan / SonarQube Scan (push) Successful in 1m42s
All checks were successful
SonarQube Code Quality Scan / SonarQube Scan (push) Successful in 1m42s
This commit is contained in:
@@ -230,7 +230,6 @@ class TestDiscordRPC:
|
||||
drpc._start_ts = 1000
|
||||
# Should not crash
|
||||
drpc._send_presence()
|
||||
assert True
|
||||
|
||||
def test_connect_oserror_handled(self):
|
||||
"""_connect handles OSError gracefully (covers lines 119-122)."""
|
||||
|
||||
Reference in New Issue
Block a user