Skip to content

Commit 25f1cc9

Browse files
committed
Fix test module docstring
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent fe4551b commit 25f1cc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_asyncio.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# License: MIT
22
# Copyright © 2022 Frequenz Energy-as-a-Service GmbH
33

4-
"""Simple test for the BaseActor."""
4+
"""Tests for the asyncio module."""
5+
56
import asyncio
67
from collections.abc import Iterator
78
from typing import Literal, assert_never

0 commit comments

Comments
 (0)