Skip to content

Commit

Permalink
Format, lint
Browse files Browse the repository at this point in the history
  • Loading branch information
crnh committed Feb 7, 2025
1 parent 1a40e5e commit cb8146f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_zpcore.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_load_zos_dlls_with_nethelper_and_opticstudio_directory_raises_valueerro
def test_init_second_zos_instance(zos):
zos2 = zp.ZOS()

with pytest.warns(match="Only a single instance of ZOS can exist at any time\. Returning existing instance\."):
with pytest.warns(match=r"Only a single instance of ZOS can exist at any time\. Returning existing instance\."):
assert zos2 is zos


Expand Down

0 comments on commit cb8146f

Please sign in to comment.