Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 8294970

Browse files
committed
Test mixed-case alphanums
1 parent 53f5ddf commit 8294970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_diff_tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ def setUp(self):
424424
f"CREATE TABLE {self.table_dst} AS SELECT * FROM {self.table_src}",
425425
]
426426

427-
self.new_alphanum = "abcdefghij"
427+
self.new_alphanum = "aBcDeFgHiJ"
428428
queries.append(f"INSERT INTO {self.table_src} VALUES ('{self.new_alphanum}', 'This one is different')")
429429

430430
# TODO test unexpected values?

0 commit comments

Comments
 (0)