6 lines
153 B
Python
6 lines
153 B
Python
"""Compatibility placeholder for the current deterministic release validator."""
|
|
|
|
|
|
def test_current_validator_replaces_stale_contract():
|
|
assert True
|