Skip to content

Commit

Permalink
Update test/schemas/evaluatorSchemas.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospassos authored Nov 14, 2024
1 parent ecfd0b1 commit a84b435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/schemas/evaluatorSchemas.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {evaluationOptionsSchema} from '../../src/schema';
import {EvaluationOptions} from '../../src/facade/evaluatorFacade';

describe('The evaluator option schema', () => {
describe('The evaluator options schema', () => {
it.each<EvaluationOptions[]>([
[{}],
[{
Expand Down

0 comments on commit a84b435

Please sign in to comment.