Skip to content

Commit 2e386ef

Browse files
remove unneeded map
1 parent eaf82e5 commit 2e386ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/document-toplevel.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,15 +376,15 @@ ERRORS
376376
vocabularies => [ map 'JSON::Schema::Modern::Vocabulary::'.$_, qw(Core Applicator) ],
377377
configs => {},
378378
},
379-
(map +($_ => {
379+
'https://mymetaschema' => {
380380
canonical_uri => str('https://mymetaschema'),
381381
path => '',
382382
specification_version => 'draft2020-12',
383383
document => shallow($mymetaschema_doc),
384384
vocabularies => bag(map 'JSON::Schema::Modern::Vocabulary::'.$_,
385385
qw(Core Applicator Validation FormatAnnotation Content MetaData Unevaluated)),
386386
configs => {},
387-
}), 'https://mymetaschema'),
387+
},
388388
}),
389389
'dialect resources are properly stored on the evaluator',
390390
);

0 commit comments

Comments
 (0)