Skip to content

Commit b5af9d3

Browse files
committed
better test name
1 parent ccf216d commit b5af9d3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/amor/pipeline_test.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,7 @@ def test_orso_pipeline(amor_pipeline: sciline.Pipeline):
9292

9393
@pytest.mark.filterwarnings("ignore:Failed to convert .* into a transformation")
9494
@pytest.mark.filterwarnings("ignore:Invalid transformation, missing attribute")
95-
def test_publish_reduced_orso_file(
96-
amor_pipeline: sciline.Pipeline, output_folder: Path
97-
):
95+
def test_save_reduced_orso_file(amor_pipeline: sciline.Pipeline, output_folder: Path):
9896
from orsopy import fileio
9997

10098
amor_pipeline[SampleRotation[SampleRun]] = sc.scalar(0.85, unit="deg")

0 commit comments

Comments
 (0)