Skip to content

Commit

Permalink
Fix missed goimports check
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Aug 11, 2023
1 parent 09ffd38 commit 4a7f046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget/accordion_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ func TestAccordion_Layout(t *testing.T) {
}

window := test.NewWindow(&fyne.Container{Layout: layout.NewCenterLayout(), Objects: []fyne.CanvasObject{accordion}})
window.Resize(accordion.MinSize().Add(fyne.NewSquareSize(theme.Padding()*2)))
window.Resize(accordion.MinSize().Add(fyne.NewSquareSize(theme.Padding() * 2)))

test.AssertRendersToMarkup(t, "accordion/layout_"+name+".xml", window.Canvas())

Expand Down

0 comments on commit 4a7f046

Please sign in to comment.