package formatter

import (
	"testing"

	"github.com/stretchr/testify/assert"
)

func TestBoldDirtyDefault(t *testing.T) {
	assert.Equal(t, "foo", BoldDirtyDefault("foo"))
}