Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
banhbio committed Jan 29, 2023
1 parent 424fa2a commit 93c5f10
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 @@ -16,7 +16,7 @@ else
end

@testset "dabase.jl" begin
@test isnothing(current_db())
@test_throws ErrorException isnothing(current_db())

db = Taxonomy.DB("db/nodes.dmp", "db/names.dmp")
@test current_db() == db
Expand Down

0 comments on commit 93c5f10

Please sign in to comment.