Format code
This commit is contained in:
parent
79340221eb
commit
bb05e5fad8
|
@ -53,7 +53,7 @@ defmodule Chronoscope.Gemini.ClientTest do
|
||||||
end
|
end
|
||||||
|
|
||||||
test ":connect - not cached" do
|
test ":connect - not cached" do
|
||||||
response ="20 text/gemini\r\nHello!" |> to_charlist()
|
response = "20 text/gemini\r\nHello!" |> to_charlist()
|
||||||
peercert = peercert()
|
peercert = peercert()
|
||||||
peercert_expiration = Certificate.expiration_date(peercert)
|
peercert_expiration = Certificate.expiration_date(peercert)
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,6 @@ defmodule Chronoscope.GeminiTest do
|
||||||
|
|
||||||
import Mox
|
import Mox
|
||||||
|
|
||||||
|
|
||||||
describe "Chronoscope.Gemini.healthy?()" do
|
describe "Chronoscope.Gemini.healthy?()" do
|
||||||
test "is healthy" do
|
test "is healthy" do
|
||||||
assert Gemini.healthy?() == true
|
assert Gemini.healthy?() == true
|
||||||
|
|
Loading…
Reference in New Issue