teamlead-dashboard/test/test.go

10 lines
122 B
Go
Raw Normal View History

2024-01-29 22:03:18 +00:00
package test
import (
"testing"
)
func FirstFailTest(t *testing.T) {
t.Fatalf(`Hello("") = %q, %v, want "", error`)
}