Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TilakMaddy committed Feb 12, 2025
1 parent 7a91772 commit aa5ac8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aderyn/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ pub fn aderyn_is_currently_running_newest_version() -> Option<bool> {
mod latest_version_checker_tests {
use super::*;

#[ignore = "TODO later in the interest of time"]
#[test]
fn can_get_latest_version_from_crate_registry() {
assert!(aderyn_is_currently_running_newest_version().is_some())
Expand Down

0 comments on commit aa5ac8b

Please sign in to comment.