aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--formatter/formatter_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/formatter/formatter_test.go b/formatter/formatter_test.go
index 132059a..fe3af4d 100644
--- a/formatter/formatter_test.go
+++ b/formatter/formatter_test.go
@@ -75,7 +75,7 @@ func TestPrintAst(t *testing.T) {
}
}
-func TestPrintAttrs_nClasses(t *testing.T) {
+func TestPrintAttrsNoClasses(t *testing.T) {
redirectStdout()
printAttrs([]parser.Attr{
{
@@ -97,7 +97,7 @@ func TestPrintAttrs_nClasses(t *testing.T) {
}
}
-func TestPrintAttrs_classes(t *testing.T) {
+func TestPrintAttrsClasses(t *testing.T) {
redirectStdout()
printAttrs([]parser.Attr{
{
@@ -120,7 +120,7 @@ func TestPrintAttrs_classes(t *testing.T) {
}
}
-func TestPrintAttrs_mixedAttrs(t *testing.T) {
+func TestPrintAttrsMixedAttrs(t *testing.T) {
redirectStdout()
printAttrs([]parser.Attr{
{