Skip to content

Commit b7470f7

Browse files
committed
.
1 parent 2bd5cfb commit b7470f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ fn out() -> Vec<u8> {
7878
#[case("list", "test_default_use_case")]
7979
#[case("check", "test_default_use_case_pyproject")]
8080
#[case("list", "test_default_use_case_pyproject")]
81-
fn test_default_use_case_pyproject(#[case] subcommand: &str, #[case] test_name: &str) {
81+
fn test_default_use_case(#[case] subcommand: &str, #[case] test_name: &str) {
8282
let path_string = format!("tests/test_end_to_end/{}", test_name);
8383
let test_dir = Path::new(path_string.as_str());
8484

0 commit comments

Comments
 (0)