diff --git a/test/cases/json/import-assertions-type-json/errors.js b/test/cases/json/import-assertions-type-json/errors.js index bcc2cae773f..c5c7bd571c6 100644 --- a/test/cases/json/import-assertions-type-json/errors.js +++ b/test/cases/json/import-assertions-type-json/errors.js @@ -1,3 +1,3 @@ module.exports = [ - [{ moduleName: /data.poison/, message: /Unexpected token .+ in JSON/ }] + [{ moduleName: /data.poison/, message: /Unexpected token .+ JSON/ }] ];