Skip to content

Commit

Permalink
fixed breaking test
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkushJadhav committed Apr 17, 2021
1 parent fe5fbe9 commit 55ccd8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions widget/form_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,10 @@ func TestForm_Disable_Validation(t *testing.T) {
}

func TestForm_HintsRendered(t *testing.T) {
app := test.NewApp()
defer test.NewApp()
app.Settings().SetTheme(theme.LightTheme())

f := NewForm()

fi1 := NewFormItem("Form Item 1", NewEntry())
Expand Down

0 comments on commit 55ccd8c

Please sign in to comment.