Skip to content

Commit

Permalink
Fix EUnit application_test
Browse files Browse the repository at this point in the history
  • Loading branch information
erszcz committed Mar 20, 2024
1 parent f1147e8 commit 4bbb77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/exml_tests.erl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
-compile(export_all).

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

size_of_normal_xml_test() ->
Expand Down

0 comments on commit 4bbb77a

Please sign in to comment.