Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
LostQuasar committed Jun 13, 2024
1 parent 91310b2 commit e22f65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async fn post_control_test() {

let openshock_api = OpenShockAPI::new(None, openshock_token);
let result = openshock_api
.post_control(shocker_test_id, ControlType::Sound, 101, 1, None)
.post_control(shocker_test_id, ControlType::Sound, 1, 300, None)
.await;
assert_eq!(&result.unwrap(), &"Successfully sent control messages");
}
Expand Down

0 comments on commit e22f65c

Please sign in to comment.