From ce8046613fdf97f5e521b7b98cc2c712ea69e67e Mon Sep 17 00:00:00 2001 From: "alexander.akait" Date: Mon, 10 Apr 2023 18:33:16 +0300 Subject: [PATCH] test: fix --- test/cases/json/import-assertions-type-json/errors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ }] ];