Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaileke authored Jan 9, 2025
1 parent 1ffe0f3 commit c807883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mod tests {

#[tokio::test]
async fn test_work_function() {
let mut bedrock = bedrock::new("1.21.2".to_string(), false);
let mut bedrock = bedrock::new("1.21.50".to_string(), false);
if bedrock.auth().await {
let chain = bedrock.get_chain_data();
let _ec_key = bedrock.get_ec_key().unwrap();
Expand Down

0 comments on commit c807883

Please sign in to comment.