Show a dynamically updated list of NTS servers #1

Merged
mike merged 21 commits from liveview into main 2024-07-26 09:35:19 -04:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit bb05e5fad8 - Show all commits

View File

@ -53,7 +53,7 @@ defmodule Chronoscope.Gemini.ClientTest do
end
test ":connect - not cached" do
response ="20 text/gemini\r\nHello!" |> to_charlist()
response = "20 text/gemini\r\nHello!" |> to_charlist()
peercert = peercert()
peercert_expiration = Certificate.expiration_date(peercert)

View File

@ -8,7 +8,6 @@ defmodule Chronoscope.GeminiTest do
import Mox
describe "Chronoscope.Gemini.healthy?()" do
test "is healthy" do
assert Gemini.healthy?() == true