Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusmanske committed Jun 11, 2024
1 parent 1e0ffc8 commit 3c3f3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2212,7 +2212,7 @@ mod tests {
assert!(entry.get_page_timestamp().is_some());
assert_eq!(
entry.get_page_image(),
Some("Kings_College_(233225593).jpeg".to_string())
Some("Cambridge_-_Kings_College_vue_des_backs.jpg".to_string())
);
assert_eq!(*entry.disambiguation(), TriState::No);
assert!(entry.incoming_links().unwrap() > 7500);
Expand Down

0 comments on commit 3c3f3cc

Please sign in to comment.