internal/log/log_test.go
Method LogTest.RunAllTests
has 86 lines of code (exceeds 70 allowed). Consider refactoring. Open
Open
func (lt *LogTest) RunAllTests(t *testing.T) {
// Format strings and sample arguments used in the test cases
const testCaseFormatStr = "aaa %s bbb %d ccc %2.1f ddd \t eee"
testCaseArgs := []interface{}{"stringval", 123, 1.234}