Skip to content

Commit bdae890

Browse files
committed
style: ruff format gui tests
1 parent 0330df2 commit bdae890

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/test_gui_app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ def test_gui_livekit_token_mints_token(self) -> None:
309309
self.assertEqual(body["identity"], "user:u1")
310310

311311

312-
313312
class TestAgentsGui(unittest.TestCase):
314313
"""Tests for the agents management GUI routes."""
315314

tests/test_gui_coming_soon_features.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,5 @@ def test_get_space_success(self) -> None:
415415
self.assertEqual(data["privacy_mode"], False)
416416

417417

418-
419418
if __name__ == "__main__":
420419
unittest.main()

0 commit comments

Comments
 (0)