Skip to content

Commit

Permalink
fix default string/symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgr committed Aug 23, 2023
1 parent c0c0025 commit 4ea80c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/code-util.jl
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,6 @@ function get_logging_io()
end

default_timeout() = parse(Int64, get(ENV, "TEST_REL_TEST_TIMEOUT", "300"))
default_allowed() = Symbol(get(ENV, "TEST_REL_ALLOWED", ":warning"))
default_allowed() = Symbol(get(ENV, "TEST_REL_ALLOWED", "warning"))
default_db_name() = get(ENV, "TEST_REL_DB_NAME", "test_rel")
default_engine_name() = get(ENV, "TEST_REL_ENGINE_NAME", "test_rel")

0 comments on commit 4ea80c0

Please sign in to comment.