Skip to content

Commit 435f150

Browse files
fixed test
1 parent e706f7e commit 435f150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/badge.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ fn azure_devops_required_keys() {
424424
let mut badges = HashMap::new();
425425

426426
// project is a required key
427-
test_badges.gitlab_attributes.remove("project");
427+
test_badges.azure_devops_attributes.remove("project");
428428
badges.insert(
429429
String::from("azure-devops"),
430430
test_badges.azure_devops_attributes,

0 commit comments

Comments
 (0)