refactor(testsuite): Rename lints to lints_table

This commit is contained in:
Scott Schafer 2024-03-22 11:33:58 -06:00
parent 8bcecfeed4
commit 31c3052524
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ mod inheritable_workspace_fields;
mod install;
mod install_upgrade;
mod jobserver;
mod lints;
mod lints_table;
mod list_availables;
mod local_registry;
mod locate_project;