4 lines
76 B
Python
4 lines
76 B
Python
|
def test_succeed():
|
||
|
"""Placeholder test to make CI succeed."""
|
||
|
pass
|