Skip to content

Commit f854fa6

Browse files
lpcoxCopilot
andauthored
Rename test function for clarity
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 0f2dc45 commit f854fa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

guards/github-guard/rust-guard/src/labels/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ mod tests {
8484
}
8585

8686
#[test]
87-
fn ui_get_constants_match_dispatch_names() {
87+
fn dispatch_constants_match_canonical_values() {
8888
assert_eq!(tool_names::ACTIONS_GET, "actions_get");
8989
assert_eq!(tool_names::UI_GET, "ui_get");
9090
assert_eq!(tool_names::GET_COMMIT, "get_commit");

0 commit comments

Comments
 (0)