]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: Fix duplicated space in the SyncRes unit tests
authorRemi Gacogne <rgacogne+github@valombre.net>
Tue, 30 Mar 2021 07:20:34 +0000 (09:20 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Mar 2021 07:20:34 +0000 (09:20 +0200)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
pdns/recursordist/test-syncres_cc6.cc

index 4d5a8c9e284296eafd434b71d9588d8d0d1f707c..8b030d852f176ad61c84c377c74cf419a619a486 100644 (file)
@@ -406,7 +406,7 @@ BOOST_AUTO_TEST_CASE(test_dnssec_dnskey_signed_child)
 
 BOOST_AUTO_TEST_CASE(test_dnssec_dnskey_unpublished)
 {
-  /* check that we properly handle an insecure (no DS) but  signed zone whose DNSKEY is not published (so NODATA) */
+  /* check that we properly handle an insecure (no DS) but signed zone whose DNSKEY is not published (so NODATA) */
   std::unique_ptr<SyncRes> sr;
   initSR(sr, true);