mirror of
https://github.com/letsencrypt/unbound_exporter
synced 2025-02-09 07:06:55 +00:00
10 lines
165 B
Go
10 lines
165 B
Go
package main
|
|
|
|
import "testing"
|
|
|
|
func TestStub(t *testing.T) {
|
|
if 1 != 1 { //nolint
|
|
t.Fatal("Math is a lie. We should never have taught computers to think.")
|
|
}
|
|
}
|