github.com/projecteru2/core@v0.0.0-20240321043226-06bcc1c23f58/utils/contest_test.go (about)

     1  package utils
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/stretchr/testify/assert"
     7  )
     8  
     9  func TestInheritTracingInfo(t *testing.T) {
    10  	assert.Nil(t, InheritTracingInfo(nil, nil))
    11  }