Fix indentation a bit
This commit is contained in:
parent
790e95a26c
commit
afb8de0be2
@ -142,7 +142,6 @@ func (suite *EMLUnitSuite) TestConvert_edge_cases() {
|
|||||||
testdata.EmailWithinEmail,
|
testdata.EmailWithinEmail,
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, b := range bodies {
|
|
||||||
tests := []struct {
|
tests := []struct {
|
||||||
name string
|
name string
|
||||||
transform func(models.Messageable)
|
transform func(models.Messageable)
|
||||||
@ -209,6 +208,7 @@ func (suite *EMLUnitSuite) TestConvert_edge_cases() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for _, test := range tests {
|
for _, test := range tests {
|
||||||
|
for _, b := range bodies {
|
||||||
suite.Run(test.name, func() {
|
suite.Run(test.name, func() {
|
||||||
t := suite.T()
|
t := suite.T()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user