Skip to content

Commit f7c11b9

Browse files
remove accidental changes in sea backend tests
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 1b90c4a commit f7c11b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_sea_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ def test_get_execution_result(
526526
print(result)
527527

528528
# Verify basic properties of the result
529-
assert result.command_id.to_sea_statement_id() == "test-statement-123"
529+
assert result.statement_id == "test-statement-123"
530530
assert result.status == CommandState.SUCCEEDED
531531

532532
# Verify the HTTP request

0 commit comments

Comments
 (0)