Skip to content

Commit 4bbb77a

Browse files
committed
Fix EUnit application_test
1 parent f1147e8 commit 4bbb77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/exml_tests.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
-compile(export_all).
1717

1818
application_test() ->
19-
?assertEqual(ok, application:start(exml)),
19+
?assertMatch({ok, _}, application:ensure_all_started(exml)),
2020
?assertEqual(ok, application:stop(exml)).
2121

2222
size_of_normal_xml_test() ->

0 commit comments

Comments
 (0)