...

Source file src/github.com/go-openapi/runtime/logger/logger_test.go

Documentation: github.com/go-openapi/runtime/logger

     1  package logger
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/stretchr/testify/require"
     7  )
     8  
     9  func TestLogger(t *testing.T) {
    10  	require.False(t, DebugEnabled())
    11  }
    12  

View as plain text