Skip to content

Commit

Permalink
test: fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed May 15, 2021
1 parent 9a82ea2 commit 6452957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aw-client-rust/tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ mod test {
);
client.heartbeat(&bucketname, &event, 10.0).unwrap();

let events = client.get_events(&bucketname).unwrap();
let events = client.get_events(&bucketname, None, None, None).unwrap();
println!("Events: {:?}", events);
assert!(events[0].duration == Duration::seconds(1));

Expand Down

0 comments on commit 6452957

Please sign in to comment.