Skip to content

Commit

Permalink
fix: spelling mistake, and missing test adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
GideonKoenig committed Oct 29, 2024
1 parent fc8866b commit 40ab1f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ enum DataScienceCategory {
* Evaluate the performance of your model.
*/
ModelEvaluationQMetric
ModelEvaluationQVisulization
ModelEvaluationQVisualization

/**
* Used in lambdas or in any parts of the pipeline.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ describe('getCategory', () => {
code: `
package test
@Category(DataScienceCategory.DataPreparation)
@Category(DataScienceCategory.ModelEvaluationQVisualization)
class Test
`,
expected: 'DataPreparation',
expected: 'ModelEvaluationQVisualization',
},
];

Expand Down

0 comments on commit 40ab1f4

Please sign in to comment.