ProgramComputer commited on
Commit
f368afb
·
1 Parent(s): 0f0173e

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -1
test.py CHANGED
@@ -314,7 +314,7 @@ class Test(datasets.GeneratorBasedBuilder):
314
  for target in targets
315
  ),
316
  )
317
- for placeholder_key in ("test",)
318
  )
319
  ))
320
 
 
314
  for target in targets
315
  ),
316
  )
317
+ for placeholder_key in ("test","dev")
318
  )
319
  ))
320