Skip to content

Commit 078f887

Browse files
committed
fix: Rule paths
1 parent a02942a commit 078f887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/validators/filenameIdentify.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ Deno.test('test hasMatch', async (t) => {
9393
const file = new BIDSFileDeno(path, fileName, ignore)
9494
const context = new BIDSContext(file)
9595
context.filenameRules = [
96-
'rules.files.raw.task.events__mri',
97-
'rules.files.raw.task.events__pet',
96+
'rules.files.raw.events.events__mri',
97+
'rules.files.raw.events.events__pet',
9898
]
9999
await hasMatch(schema, context)
100100
assertEquals(context.filenameRules.length, 2)

0 commit comments

Comments
 (0)