Skip to content

Commit

Permalink
Update resource path in test
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Feb 26, 2025
1 parent 50b2c28 commit 3e73550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_schema_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class SchemaResourceTestCase(unittest.TestCase):

def test_read_resource(self) -> None:
"""Test that schema data can be read from a resource."""
resource = importlib.resources.files("lsst.sdm_schemas.schemas").joinpath(
resource = importlib.resources.files("lsst.sdm.schemas").joinpath(
"dp02_dc2.yaml"
)
raw_data = resource.read_text()
Expand Down

0 comments on commit 3e73550

Please sign in to comment.