fix: script add_plugin.py test import (#2807)

This commit is contained in:
Simon Brugman 2023-02-12 15:58:23 +01:00 committed by GitHub
parent 0123425be1
commit f8ac6d7bf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ mod tests {
use test_case::test_case;
use crate::registry::Rule;
use crate::linter::test_path;
use crate::test::test_path;
use crate::{assert_yaml_snapshot, settings};
fn rules(rule_code: Rule, path: &Path) -> Result<()> {