Fix indentation a bit

This commit is contained in:
Abhishek Pandey 2024-02-11 11:42:10 -08:00
parent 790e95a26c
commit afb8de0be2

View File

@ -142,7 +142,6 @@ func (suite *EMLUnitSuite) TestConvert_edge_cases() {
testdata.EmailWithinEmail,
}
for _, b := range bodies {
tests := []struct {
name string
transform func(models.Messageable)
@ -209,6 +208,7 @@ func (suite *EMLUnitSuite) TestConvert_edge_cases() {
}
for _, test := range tests {
for _, b := range bodies {
suite.Run(test.name, func() {
t := suite.T()