FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix test · googleapis/python-spanner@2338fce · GitHub

This repository was archived by the owner on Jun 8, 2026. It is now read-only.
/ python-spanner Public archive

Commit 2338fce

Browse files
committed
Fix test
1 parent 656f67d commit 2338fce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎samples/samples/snippets_test.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def test_create_instance_with_processing_units(capsys):
6565
snippets.create_instance_with_processing_units(LCI_INSTANCE_ID, processing_units)
6666
out, _ = capsys.readouterr()
6767
assert LCI_INSTANCE_ID in out
68-
assert processing_units in out
68+
assert "{} processing units".format(processing_units) in out
6969

7070

7171
def test_create_database(database):

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL