0
0
forked from toolshed/abra
abra/pkg/formatter/formatter_test.go

12 lines
174 B
Go

package formatter
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestBoldDirtyDefault(t *testing.T) {
assert.Equal(t, "foo", BoldDirtyDefault("foo"))
}