Skip to content

Commit 2eb1bfb

Browse files
committed
update example
Signed-off-by: monkey <golang@88.com>
1 parent ac417bd commit 2eb1bfb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/graph/main_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ func TestCreate(t *testing.T) {
4545
query := `CREATE (:pod {id:"x1", name:"pod1", ts: 10240, alive: true, fv: 3.1415926})`
4646
if err := rdb.GraphQuery(ctx, key, query).Err(); err != nil {
4747
t.Fatal(err)
48-
log.Fatal()
4948
}
5049

5150
query = `CREATE (:pod {id:"x2", name:"pod2", ts: 10241, alive: true, fv: 3.1415927})`

0 commit comments

Comments
 (0)