Skip to content

Commit be7c820

Browse files
committed
updated tests
added `id` field
1 parent 63899c8 commit be7c820

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests/badge.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ fn set_up() -> (Arc<App>, Crate, BadgeRef) {
3737

3838
let appveyor = Badge::Appveyor {
3939
service: Some(String::from("github")),
40+
id: None,
4041
branch: None,
4142
repository: String::from("rust-lang/cargo"),
4243
};

0 commit comments

Comments
 (0)