opendnsmyip_testutil_test.go 440 B

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