Spaces:
Runtime error
Runtime error
File size: 111 Bytes
cd6f98e |
1 2 3 4 5 6 |
from reworkd_platform.settings import Settings
def test_settings_create():
assert Settings() is not None
|