Skip to content

Commit

Permalink
Fixed test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
maldrake committed Dec 23, 2020
1 parent 726c1d2 commit b250d97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gremlin-client/tests/integration_client_async.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ mod aio {
let mut graph = connect().await;
graph
.create_session("test-session".to_string())
.await
.expect("It should create a session");

assert_eq!(
Expand Down

0 comments on commit b250d97

Please sign in to comment.