Skip to content

Commit a669bad

Browse files
committed
Fix: Rename result variable to _result in TestWorkspaceResync for clarity
1 parent 2aaa155 commit a669bad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datalab_kernel/tests/integration/test_live_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ def test_resync_no_datalab_returns_false(self):
390390
# Mock: This test would need DataLab to be stopped
391391
# For now, we just verify the method exists and can be called
392392
# The actual behavior depends on whether DataLab is running
393-
result = workspace.resync()
393+
_result = workspace.resync()
394394

395395
# If DataLab is running, it will succeed; otherwise False
396396
# Either way, the workspace should still be functional

0 commit comments

Comments
 (0)