Skip to content

Commit

Permalink
use actual fqdn
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Mar 17, 2024
1 parent 81c4f60 commit fe79546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/geomjeungja/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ mod test {
let resolver = crate::default_resolver();

let verifier = Verifier::builder()
.fqdn("example.org".into())
.fqdn("example.org.".into())
.resolver(resolver)
.strategy(dummy)
.build();
Expand All @@ -256,7 +256,7 @@ mod test {
};

let verifier = Verifier::builder()
.fqdn("aumetra.xyz".into())
.fqdn("aumetra.xyz.".into())
.resolver(Arc::new(resolver))
.strategy(dummy)
.build();
Expand Down

0 comments on commit fe79546

Please sign in to comment.