Files
arc-evilsocket/utils/json_test.go
2019-11-19 19:12:57 +01:00

11 lines
190 B
Go

package utils
import (
"testing"
)
func TestJErrors(t *testing.T) {
// Example: https://github.com/sirupsen/logrus#testing
t.Skip("Implements local logger to test logging functions")
}