Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 363eef5

Browse files
committed
Adjust assertion in get routine sample test
1 parent 12caff3 commit 363eef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/tests/test_routine_samples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def test_get_routine(capsys, routine_id):
8282
assert "Type: 'SCALAR_FUNCTION'" in out
8383
assert "Language: 'SQL'" in out
8484
assert "Name: 'x'" in out
85-
assert "Type: 'type_kind: INT64\n'" in out
85+
assert "type_kind=<TypeKind.INT64: 'INT64'>" in out
8686

8787

8888
def test_delete_routine(capsys, routine_id):

0 commit comments

Comments
 (0)