Skip to content

Commit

Permalink
test: fix routine DDL sample test exits too early (googleapis#932)
Browse files Browse the repository at this point in the history
Co-authored-by: Tres Seaver <tseaver@palladion.com>
Co-authored-by: Tim Swast <swast@google.com>
  • Loading branch information
3 people authored and abdelmegahedgoogle committed Apr 17, 2023
1 parent ad94997 commit 3f58272
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion samples/tests/test_routine_samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def test_create_routine_ddl(capsys, random_routine_id, client):
out, err = capsys.readouterr()

assert "Created routine {}".format(random_routine_id) in out
return routine
assert routine.type_ == "SCALAR_FUNCTION"
assert routine.language == "SQL"
expected_arguments = [
Expand Down

0 comments on commit 3f58272

Please sign in to comment.