Skip to content

Commit e775894

Browse files
committed
Make start test more robust
1 parent 63f66b6 commit e775894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-compile(export_all).
55

66
application_start_test_() ->
7-
[ ?_assertEqual({ok, [p1_utils, stringprep]},
7+
[ ?_assertMatch({ok, _},
88
application:ensure_all_started(stringprep)),
99
?_assertEqual(ok, stringprep:start()) ].
1010

0 commit comments

Comments
 (0)