Skip to content

Commit 4e9012f

Browse files
Act on review comments: keep test as-was
Co-authored-by: Tristan Sloughter <[email protected]>
1 parent bd8806c commit 4e9012f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/elli_tests.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,6 @@ register_test() ->
738738
invalid_callback_test() ->
739739
try
740740
elli:start_link([{callback, elli}])
741-
catch throw:E ->
741+
catch _:E ->
742742
?assertMatch(invalid_callback, E)
743743
end.

0 commit comments

Comments
 (0)