Skip to content
Snippets Groups Projects
Commit d932092c authored by martinRenou's avatar martinRenou
Browse files

Change name and id

parent dbdf6840
No related branches found
No related tags found
1 merge request!101Create probe classes for tests
......@@ -74,8 +74,8 @@ class ProbeKPICalculatorModel(BaseKPICalculatorModel):
class ProbeKPICalculatorFactory(BaseKPICalculatorFactory,
ProbeEvaluatorFactory):
id = Str('enthought.test.datasource')
name = Str('test_datasource')
id = Str('enthought.test.kpi_calculator')
name = Str('test_kpi_calculator')
def create_model(self, model_data=None):
return ProbeKPICalculatorModel(self, self.model_data)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment