Skip to content

Commit

Permalink
print data in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed May 6, 2024
1 parent ddb5a18 commit 8474e0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -412,5 +412,7 @@ mod tests {
.unwrap()
.route_id
.is_some());

println!("{:?}", anteater_data);
}
}

0 comments on commit 8474e0c

Please sign in to comment.