We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f66b6 commit e775894Copy full SHA for e775894
test/tests.erl
@@ -4,7 +4,7 @@
4
-compile(export_all).
5
6
application_start_test_() ->
7
- [ ?_assertEqual({ok, [p1_utils, stringprep]},
+ [ ?_assertMatch({ok, _},
8
application:ensure_all_started(stringprep)),
9
?_assertEqual(ok, stringprep:start()) ].
10
0 commit comments