mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-29 18:16:08 +00:00
Tweak our test combos (#31)
This commit is contained in:
committed by
GitHub
parent
78d10b5f61
commit
d2707f347b
@@ -6,4 +6,8 @@ defmodule TestTest do
|
||||
out = Logfmt.encode(foo: "bar")
|
||||
assert out == "foo=bar"
|
||||
end
|
||||
|
||||
test "ensures ssl" do
|
||||
assert {:ok, _} = Application.ensure_all_started(:ssl)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user