Skip to content

Commit 3df1993

Browse files
committed
update test
1 parent ff01dc1 commit 3df1993

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/tests/graph/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ pub async fn schemas() {
5252
.new_vertex(vertex_schema, DefaultPartitioner, test_data.clone())
5353
.await
5454
.unwrap();
55-
graph
55+
assert!(graph
5656
.new_vertex("test_edge_schema", DefaultPartitioner, test_data.clone())
5757
.await
58-
.is_err();
58+
.is_err());
5959
}
6060

6161
#[tokio::test]

0 commit comments

Comments
 (0)