Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEdmondson1234 committed Nov 14, 2024
1 parent bbec900 commit 7d642bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '0.110.0'
version = '0.110.1'

setup(
name='sunholo',
Expand Down
1 change: 1 addition & 0 deletions tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def test_load_config():
def test_load_config_key(mock_load_all_configs):
mock_load_all_configs.return_value = {
"vacConfig": {
"apiVersion": "test",
"vac": {
"test_vector": {
"key1": "value1",
Expand Down

0 comments on commit 7d642bb

Please sign in to comment.