mirror of
https://github.com/trushildhokiya/allininx-2.git
synced 2025-03-15 21:58:40 +00:00
6 lines
111 B
Python
6 lines
111 B
Python
from reworkd_platform.settings import Settings
|
|
|
|
|
|
def test_settings_create():
|
|
assert Settings() is not None
|