Skip to content

Commit

Permalink
Testing for API error
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCedarPrince committed Jul 21, 2023
1 parent a5315fd commit 75389c8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
using Test, DataFrames, SQLite
using MySQL, SQLite, LibPQ
using Test
using DataFrames
using SQLite
using MySQL
using SQLite
using LibPQ
using DBConnector

@testset "_dbconnect function for SQLite" begin
Expand Down

0 comments on commit 75389c8

Please sign in to comment.