Skip to content

Commit 40d9d77

Browse files
committed
update
Signed-off-by: George Lemon <georgelemon@protonmail.com>
1 parent d06294b commit 40d9d77

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test2.nim

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ import ../src/openparser/csv
44
suite "CSV parsing tests":
55
test "CSV parsing with default options":
66
var i = 0
7-
let path = "/Users/georgelemon/Documents/Datasets/tripadvisor_european_restaurants.csv"
87
let t = cpuTime()
9-
parseFile(path,
8+
parseFile("./tests/data/example.csv",
109
proc(fields: openArray[CsvFieldSlice], row: int): bool =
1110
inc i
1211
true

0 commit comments

Comments
 (0)