Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
s3cur3 committed Jan 5, 2024
1 parent 8af1386 commit 730b8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/whois_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ defmodule WhoisTest do
test "lookup/1 can check .de domains" do
assert {:ok, record} = Whois.lookup("spiegel.de")
assert record.domain == "spiegel.de"
assert record.status == "connect"
assert record.status == ["connect"]

assert record.nameservers == [
"pns101.cloudns.net",
Expand Down

0 comments on commit 730b8eb

Please sign in to comment.