Skip to content

Commit

Permalink
Update tests/test_analysis/test_saltbridge_tools.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Cox <swrig30@ur.rochester.edu>
  • Loading branch information
brittyscience and SamCox822 authored Jul 10, 2024
1 parent e058c77 commit 0d6fe0d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_analysis/test_saltbridge_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ def test_saltbridge_tool_init(get_registry):
assert tool.path_registry == registry


def test_salt_bridge_function_init(get_registry):
path_registry = get_registry("raw", False)
sbf = SaltBridgeFunction(path_registry)
assert sbf.path_registry == path_registry


def test_find_salt_bridges(fake_path_registry, mock_md_load):
sbf = SaltBridgeFunction(fake_path_registry)
Expand Down

0 comments on commit 0d6fe0d

Please sign in to comment.