Skip to content

Commit ac52d34

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

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 = "example.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)