package example

import (
	"testing"

	"github.com/go-openapi/testify/v2/assert"
	_ "github.com/go-openapi/testify/v2/enable/yaml"
)

func TestYAML(t *testing.T) {
	assert.YAMLEq(t, `name: foo`, `name: foo`)
}
