mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-10 10:31:58 +00:00
6 lines
104 B
Python
6 lines
104 B
Python
![]() |
import team_one
|
||
|
|
||
|
def test_about() -> None:
|
||
|
about = team_one.ABOUT
|
||
|
|
||
|
assert isinstance(about, str)
|