Skip to content

Commit da9f7b9

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

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/unit/data/test_naming_normalization.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,6 @@ def test_create_with_one_casing_crud_with_another():
517517
)
518518

519519
# 3. GET entity set with different casings - first call populates cache
520-
calls_before = len(c._http.calls)
521520
entity_set1 = c._entity_set_from_logical("New_Product")
522521
calls_after_first = len(c._http.calls)
523522

0 commit comments

Comments
 (0)