diff --git a/test_crates/type_requires_more_generic_consts/new/Cargo.toml b/test_crates/type_requires_more_const_generic_params/new/Cargo.toml similarity index 61% rename from test_crates/type_requires_more_generic_consts/new/Cargo.toml rename to test_crates/type_requires_more_const_generic_params/new/Cargo.toml index 0fa29005..f9012e00 100644 --- a/test_crates/type_requires_more_generic_consts/new/Cargo.toml +++ b/test_crates/type_requires_more_const_generic_params/new/Cargo.toml @@ -1,6 +1,6 @@ [package] publish = false -name = "type_requires_more_generic_consts" +name = "type_requires_more_const_generic_params" version = "0.1.0" edition = "2021" diff --git a/test_crates/type_requires_more_generic_consts/new/src/lib.rs b/test_crates/type_requires_more_const_generic_params/new/src/lib.rs similarity index 100% rename from test_crates/type_requires_more_generic_consts/new/src/lib.rs rename to test_crates/type_requires_more_const_generic_params/new/src/lib.rs diff --git a/test_crates/type_requires_more_generic_consts/old/Cargo.toml b/test_crates/type_requires_more_const_generic_params/old/Cargo.toml similarity index 61% rename from test_crates/type_requires_more_generic_consts/old/Cargo.toml rename to test_crates/type_requires_more_const_generic_params/old/Cargo.toml index 0fa29005..f9012e00 100644 --- a/test_crates/type_requires_more_generic_consts/old/Cargo.toml +++ b/test_crates/type_requires_more_const_generic_params/old/Cargo.toml @@ -1,6 +1,6 @@ [package] publish = false -name = "type_requires_more_generic_consts" +name = "type_requires_more_const_generic_params" version = "0.1.0" edition = "2021" diff --git a/test_crates/type_requires_more_generic_consts/old/src/lib.rs b/test_crates/type_requires_more_const_generic_params/old/src/lib.rs similarity index 100% rename from test_crates/type_requires_more_generic_consts/old/src/lib.rs rename to test_crates/type_requires_more_const_generic_params/old/src/lib.rs diff --git a/test_outputs/query_execution/type_requires_more_const_generic_params.snap b/test_outputs/query_execution/type_requires_more_const_generic_params.snap index ade1ad48..8580615f 100644 --- a/test_outputs/query_execution/type_requires_more_const_generic_params.snap +++ b/test_outputs/query_execution/type_requires_more_const_generic_params.snap @@ -4,7 +4,7 @@ expression: "&query_execution_results" snapshot_kind: text --- { - "./test_crates/type_requires_more_generic_consts/": [ + "./test_crates/type_requires_more_const_generic_params/": [ { "name": String("NotGeneric"), "new_required_const_count": Uint64(1), @@ -15,7 +15,7 @@ snapshot_kind: text "old_required_consts": List([]), "owner_type": String("Struct"), "path": List([ - String("type_requires_more_generic_consts"), + String("type_requires_more_const_generic_params"), String("NotGeneric"), ]), "span_begin_line": Uint64(2), @@ -32,7 +32,7 @@ snapshot_kind: text "old_required_consts": List([]), "owner_type": String("Enum"), "path": List([ - String("type_requires_more_generic_consts"), + String("type_requires_more_const_generic_params"), String("DefaultBecomesRequired"), ]), "span_begin_line": Uint64(7), @@ -49,7 +49,7 @@ snapshot_kind: text "old_required_consts": List([]), "owner_type": String("Union"), "path": List([ - String("type_requires_more_generic_consts"), + String("type_requires_more_const_generic_params"), String("ConstGenericAdded"), ]), "span_begin_line": Uint64(12),