Skip to content

Commit 2c44a97

Browse files
author
Jared Popelar
committed
Close bracket
1 parent 1a62e5c commit 2c44a97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/clients/test_intermag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def test_elements_comma_separated_string(self, intermag_client):
170170

171171
def test_elements_list_input(self, intermag_client):
172172
"""Test setting elements from list."""
173-
intermag_client.elements(["x", "y", "z"]
173+
intermag_client.elements(["x", "y", "z"])
174174
assert intermag_client.elements == ["X", "Y", "Z"]
175175

176176
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)