Skip to content

Commit

Permalink
fix unit test name
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed Sep 8, 2023
1 parent 59248ea commit 3c7c631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gmso/tests/test_topology.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def test_remove_connection(self):
top.remove_connection(connect)
assert top.n_connections == 0

def test_remove_connection(self):
def test_remove_connection_not_in_top(self):
top = Topology()
atom1 = Atom(name="atom1")
atom2 = Atom(name="atom2")
Expand Down

0 comments on commit 3c7c631

Please sign in to comment.