Skip to content

Commit b959e6b

Browse files
committed
fixup! datasets: initial
1 parent abfeae3 commit b959e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discojs/discojs-core/src/validation/validator.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const simplefaceMock: Task = {
2424

2525
describe('validator', () => {
2626
it('simple_face validator', async () => {
27-
const dir = '../../example_training_data/simple_face/'
27+
const dir = '../../datasets/simple_face/'
2828
const files: string[][] = ['child/', 'adult/']
2929
.map((subdir: string) => fs.readdirSync(dir + subdir)
3030
.map((file: string) => dir + subdir + file))

0 commit comments

Comments
 (0)