mirror of
https://github.com/duke-git/lancet.git
synced 2026-02-08 22:52:29 +08:00
fmt: fix some gofmt issue
This commit is contained in:
@@ -9,6 +9,7 @@ import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
// LogFailedTestInfo log test failed info for internal use
|
||||
func LogFailedTestInfo(t *testing.T, testCase, input, expected, result interface{}) {
|
||||
errInfo := fmt.Sprintf("Test case %v: input is %+v, expected %v, but result is %v", testCase, input, expected, result)
|
||||
t.Error(errInfo)
|
||||
|
||||
Reference in New Issue
Block a user