opendnsmyip_testutil_test.go 472 B

12345678910111213141516171819202122232425262728293031
  1. // Copyright 2020 Jeffrey H. Johnson.
  2. // Copyright 2020 Gridfinity, LLC.
  3. // Copyright 2019 The Go Authors.
  4. // All rights reserved.
  5. // Use of this source code is governed by the BSD-style
  6. // license that can be found in the LICENSE file.
  7. package opendnsmyip_test
  8. import (
  9. "testing"
  10. u "go.gridfinity.dev/leaktestfe"
  11. )
  12. func TestLeakVerifyNoneDisabled(
  13. t *testing.T,
  14. ) {
  15. u.Leakplug(
  16. t,
  17. )
  18. }
  19. func TestLeakVerifyNoneEnabled(
  20. t *testing.T,
  21. ) {
  22. u.Leakplug(
  23. t,
  24. )
  25. }