Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dengliming committed Mar 10, 2024
1 parent a75596a commit 0941f29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public void testDelete() {
RedisGraph redisGraph = getRedisGraph();
assertThat(redisGraph.query("social",
"CREATE (:person{name:'roi',age:32, doubleValue:3.14, boolValue:true})", -1)).isNotNull();
assertThat(redisGraph.delete("social")).contains("Graph removed");
assertThat(redisGraph.delete("social")).contains("OK");
}

@Test
Expand Down

0 comments on commit 0941f29

Please sign in to comment.