Skip to content

Commit

Permalink
Rename test crate to match lint name.
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi committed Dec 20, 2024
1 parent 6b429d8 commit 0a289c3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand All @@ -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),
Expand All @@ -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),
Expand All @@ -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),
Expand Down

0 comments on commit 0a289c3

Please sign in to comment.