Skip to content

Commit

Permalink
fix path in fb.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinLeeo committed Dec 18, 2024
1 parent 773ef7b commit 90ff09d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/data/algo/fb.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
],
"files" : [
{
"path" : "/root/dev/test/integration/data/algo/fb_vertices",
"path" : "./data/algo/fb_vertices",
"format" : "CSV",
"label" : "node",
"header" : 0,
"columns" : ["id"]
},
{
"path" : "/root/dev/test/integration/data/algo/fb_weighted",
"path" : "./data/algo/fb_weighted",
"format" : "CSV",
"label" : "edge",
"header" : 0,
Expand Down

0 comments on commit 90ff09d

Please sign in to comment.