Skip to content

Commit

Permalink
dict -> Dict
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Mar 3, 2024
1 parent d1df44b commit 1f2b7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_recvonly.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def disconnect(self):
self._connection.disconnect()


def test_recvonly(setup: dict[str, Any]):
def test_recvonly(setup: Dict[str, Any]):
signaling_urls = setup.get("signaling_urls")
channel_id_prefix = setup.get("channel_id_prefix")
metadata = setup.get("metadata")
Expand Down

0 comments on commit 1f2b7d5

Please sign in to comment.