summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoralisdair sullivan <alisdairsullivan@yahoo.ca>2017-05-14 12:33:02 -0700
committerGitHub <noreply@github.com>2017-05-14 12:33:02 -0700
commit50d5f3fafe55d7e3a0923f7ec7162c19ad3a8654 (patch)
tree8423c854b20dbb851ca4b6222595b7ab423fc379 /test
parent643a4b214c6842d43b9ed7ca9f12d247743e74ed (diff)
parent216bf73f739bf8dfdcdb075837b99cd32d76e1ac (diff)
Merge pull request #1546 from ferd/cth-end-per-tc-fix
Bump cth_readable to 1.2.6
Diffstat (limited to 'test')
-rw-r--r--test/rebar_pkg_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rebar_pkg_SUITE.erl b/test/rebar_pkg_SUITE.erl
index 30cc0a8..32873c8 100644
--- a/test/rebar_pkg_SUITE.erl
+++ b/test/rebar_pkg_SUITE.erl
@@ -287,7 +287,7 @@ mock_config(Name, Config) ->
unmock_config(Config) ->
meck:unload(),
- ets:delete(?config(mock_table, Config)).
+ catch ets:delete(?config(mock_table, Config)).
copy_to_cache({Pkg,Vsn}, Config) ->
Name = <<Pkg/binary, "-", Vsn/binary, ".tar">>,