Skip to content

Commit 337521a

Browse files
committed
Update test_error_handling.py
1 parent b242278 commit 337521a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_Project/test_error_handling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ def test_project_with_bare_repositories(self, tmp_path):
380380
# Basic operations should work with bare repos
381381
is_bare = project.is_bare()
382382
assert isinstance(is_bare, pd.DataFrame)
383-
assert is_bare["is_bare"].iloc[0] is True
383+
assert is_bare["is_bare"].iloc[0] == True # noqa: E712
384384

385385

386386
class TestProjectInitializationEdgeCases:

0 commit comments

Comments
 (0)