Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Farreeda committed Jul 3, 2023
1 parent fc02a02 commit fdef69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include("../src/sqlite.jl")

@testset "_dbconnect function for SQLite" begin

conn= _dbconnect(SQLite.DB, "/data/sqlite.db")
conn= _dbconnect(SQLite.DB, "../test/data/sqlite.db")
@test @isdefined conn
output = DBInterface.execute(conn, "SELECT age FROM PERSON WHERE name = 'John Doe'") |> DataFrame
out = output[1,1]
Expand Down

0 comments on commit fdef69c

Please sign in to comment.