Skip to content

Commit 9f20424

Browse files
Update tests/unit/data/test_naming_normalization.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4334bd5 commit 9f20424

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/data/test_naming_normalization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ def test_create_table_normalizes_logical_name():
338338
c = TestableClient(responses)
339339

340340
# Create with mixed case - _create_table takes schema dict, not individual params
341-
result = c._create_table(
341+
c._create_table(
342342
logical_name="NEW_SAMPLEITEM",
343343
schema={"new_field1": "string"}, # Dict of column_name -> type
344344
solution_unique_name=None

0 commit comments

Comments
 (0)