Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-held authored and matthewfeickert committed Mar 7, 2023
1 parent 83a8c12 commit beb7917
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,9 +513,7 @@ def test_import_missingPOI(mocker, datadir):
basedir = datadir.joinpath("xmlimport_missingPOI")
with pytest.raises(RuntimeError) as excinfo:
pyhf.readxml.parse(basedir.joinpath("config/example.xml"), basedir)
assert 'Measurement GaussExample is missing POI specification' in str(
excinfo.value
)
assert 'Measurement GaussExample is missing POI specification' in str(excinfo.value)


def test_import_resolver():
Expand Down

0 comments on commit beb7917

Please sign in to comment.