Skip to content

Commit

Permalink
fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Jul 23, 2024
1 parent 7d455a3 commit 06aba17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/resolv_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ describe Resolv do

record.not_nil!.flags.should eq(0)
record.not_nil!.tag.should eq("issue")
record.not_nil!.value.should eq("shards.info")
record.not_nil!.value.should eq("letsencrypt.org")
end
end

0 comments on commit 06aba17

Please sign in to comment.