aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/json
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/json')
-rw-r--r--crates/shirabe/tests/json/json_file_test.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/tests/json/json_file_test.rs b/crates/shirabe/tests/json/json_file_test.rs
index a20e7234..27b43a05 100644
--- a/crates/shirabe/tests/json/json_file_test.rs
+++ b/crates/shirabe/tests/json/json_file_test.rs
@@ -2,9 +2,9 @@
use indexmap::IndexMap;
use shirabe::json::{JsonEncodeOptions, JsonFile, JsonValidationException};
-use shirabe_external_packages::seld::json_lint::ParsingException;
use shirabe_php_shim::Catch as _;
use shirabe_php_shim::PhpMixed;
+use shirabe_seld_json_lint::ParsingException;
/// ref: JsonFileTest::expectParseException
fn expect_parse_exception(text: &str, json: &str) {