Skip to content

Commit b55d7fc

Browse files
committed
fix test
1 parent 6db27dd commit b55d7fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integration/test_progress.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
@pytest.mark.skipif(
2020
is_public(), reason="The public API does not support model ingestion api"
2121
)
22-
class TestIngestionResource:
22+
class TestIngestionProgressManager:
2323
@pytest.fixture
2424
def project(self, client: SpeckleClient) -> Project:
2525
return client.project.create(
@@ -35,7 +35,7 @@ def model(self, client: SpeckleClient, project: Project) -> Model:
3535
)
3636

3737
@pytest.fixture
38-
def ingestion(
38+
def model_ingestion(
3939
self, client: SpeckleClient, model: Model, project: Project
4040
) -> ModelIngestion:
4141
input = ModelIngestionCreateInput(

0 commit comments

Comments
 (0)