Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnolte committed Sep 13, 2024
1 parent 6531e28 commit cbf71d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/testing/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export {
type EvaluationOverrideField,
type ScoreChoice,
type HumanReviewField,
type HumanReviewFieldContentType,
HumanReviewFieldContentType,
} from './models';
export { gridSearchAsyncLocalStorage } from '../asyncLocalStorage';
export {
Expand Down
3 changes: 3 additions & 0 deletions test/testing/run.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {
TracerEvent,
BaseEvaluator,
gridSearchAsyncLocalStorage,
HumanReviewFieldContentType,
} from '../../src/testing';
import * as testingUtilModule from '../../src/testing/util';
import crypto from 'crypto';
Expand Down Expand Up @@ -1128,6 +1129,7 @@ describe('Testing SDK', () => {
{
name: 'y',
value: `${testCase.x}`,
contentType: HumanReviewFieldContentType.MARKDOWN,
},
{
name: 'sum',
Expand Down Expand Up @@ -1161,6 +1163,7 @@ describe('Testing SDK', () => {
{
name: 'y',
value: '1',
contentType: HumanReviewFieldContentType.MARKDOWN,
},
{
name: 'sum',
Expand Down

0 comments on commit cbf71d9

Please sign in to comment.