Skip to content

Commit

Permalink
removing unwanted files
Browse files Browse the repository at this point in the history
  • Loading branch information
Farreeda committed Jun 26, 2023
1 parent 163e622 commit 954d9f7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
7 changes: 0 additions & 7 deletions .gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ makedocs(;
)
deploydocs(repo = "github.com/quinnj/Example.jl.git",
push_preview = true,
devbranch = "main",

)
File renamed without changes.
2 changes: 0 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using Test, Example
using MySQL,SQLite, MySQL.API

@test hello("Julia") == "Hello, Julia"
@test domath(2.0) 7.0

@testset "_dbconnect function for SQLite" begin

Expand Down

0 comments on commit 954d9f7

Please sign in to comment.