All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m18s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
168 B
Python
6 lines
168 B
Python
"""Deliberate failing test to verify test dashboard shows failures."""
|
|
|
|
|
|
def test_this_should_fail():
|
|
assert 1 == 2, "Deliberate failure to test dashboard display"
|