Skip to content

Commit

Permalink
db_dir env var is not used any more
Browse files Browse the repository at this point in the history
  • Loading branch information
gomoripeti committed Jan 7, 2021
1 parent bb62e37 commit fd94343
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/els_test_utils.erl
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ init_per_suite(Config) ->
, ?TEST_APP]),
RootUri = els_uri:uri(RootPath),
application:load(erlang_ls),
Priv = ?config(priv_dir, Config),
application:set_env(erlang_ls, db_dir, Priv),
[ {root_uri, RootUri}
, {root_path, RootPath}
| Config ].
Expand Down

0 comments on commit fd94343

Please sign in to comment.