github.com/hyperledger/burrow@v0.34.5-0.20220512172541-77f09336001d/execution/native/native_test.go (about)

     1  package native
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/stretchr/testify/require"
     7  )
     8  
     9  func TestDefaultNatives(t *testing.T) {
    10  	_, err := DefaultNatives()
    11  	require.NoError(t, err)
    12  }