Skip to content

Commit 1fc3534

Browse files
committed
chore: add failing test
1 parent ba4e5a8 commit 1fc3534

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/system/test_pymysql_connection.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,8 @@ def test_MCP_pymysql_connection() -> None:
143143
curr_time = time[0]
144144
assert type(curr_time) is datetime
145145
connector.close()
146+
147+
148+
def test_schedule_reporter() -> None:
149+
"""This is a failing assert, and that's expected"""
150+
assert 1 == 2

0 commit comments

Comments
 (0)