Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-aalam committed Sep 17, 2024
1 parent f03d618 commit 5f398d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_udf_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def test_add_snowpark_package_to_sproc_packages_to_session():
"random_package_one": "random_package_one",
"random_package_two": "random_package_two",
}
fake_session._lock = threading.RLock()
fake_session._package_lock = threading.RLock()
result = add_snowpark_package_to_sproc_packages(session=fake_session, packages=None)

major, minor, patch = VERSION
Expand Down

0 comments on commit 5f398d5

Please sign in to comment.