Skip to content

Commit ecd5039

Browse files
Update goal.test.ts
1 parent fcffc7d commit ecd5039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-bootstrap/__tests__/evaluators/goal.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ describe('goalEvaluator', () => {
8080
it('should have valid examples', () => {
8181
goalEvaluator.examples.forEach(example => {
8282
expect(example).toBeDefined();
83-
// Add more specific example validations based on the example structure
83+
// will add more specific example validations based on the example structure
8484
});
8585
});
8686
});

0 commit comments

Comments
 (0)