Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 2d7ef05

Browse files
committed
test: fix one more test
1 parent 2c7c33a commit 2d7ef05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/tests/unit/test_cursor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ def test_cursor():
77
row = TestResultsRow(
88
test_id="test",
99
name="test",
10-
computed_name="test",
1110
updated_at=datetime.fromisoformat("2024-01-01T00:00:00Z"),
1211
commits_where_fail=1,
1312
failure_rate=0.5,

0 commit comments

Comments
 (0)