Skip to content

Commit 026e304

Browse files
authored
Update test_modifier.py
1 parent 9e84e72 commit 026e304

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_modifier.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
@pytest.fixture()
1111
def setup_pipeline():
12-
pipeline = import_file(Path("examples", "231D.pdb"))
12+
pipeline = import_file(Path("examples", "231d.pdb"))
1313
pipeline.modifiers.append(ShrinkWrapSimulationBoxFunction)
1414
return pipeline
1515

1616

1717
@pytest.fixture(scope="module")
1818
def setup_pipeline_cache():
19-
pipeline = import_file(Path("examples", "231D.pdb"))
19+
pipeline = import_file(Path("examples", "231d.pdb"))
2020
pipeline.modifiers.append(ShrinkWrapSimulationBoxFunction)
2121
return pipeline
2222

0 commit comments

Comments
 (0)