refactor(tests): Add strict type hints to sixth batch of test files
This commit is contained in:
@@ -9,7 +9,7 @@ sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
|
||||
from api_hook_client import ApiHookClient
|
||||
|
||||
@pytest.mark.integration
|
||||
def test_mma_epic_simulation(live_gui):
|
||||
def test_mma_epic_simulation(live_gui) -> None:
|
||||
"""
|
||||
Integration test for MMA epic simulation.
|
||||
Red Phase: asserts False.
|
||||
|
||||
Reference in New Issue
Block a user