Skip to content

Commit

Permalink
One more literal test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ankiaga committed Jan 30, 2024
1 parent b9fe6f1 commit cb1319b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ branchProtectionRules:
- 'unit'
- 'compliance_tests_13'
- 'compliance_tests_14'
- 'compliance_tests_20'
- 'migration_tests'
- 'cla/google'
- 'Kokoro'
Expand Down
3 changes: 3 additions & 0 deletions test/test_suite_20.py
Original file line number Diff line number Diff line change
Expand Up @@ -2006,6 +2006,9 @@ def test_huge_int_auto_accommodation(self, connection, intvalue):
intvalue,
)

def test_literal(self, literal_round_trip_spanner):
literal_round_trip_spanner(Integer, [5], [5])


class _UnicodeFixture(__UnicodeFixture):
@classmethod
Expand Down

0 comments on commit cb1319b

Please sign in to comment.