Skip to content

Commit

Permalink
remove old uncommented line
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth committed Jan 6, 2024
1 parent 673f261 commit a719e65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion widget/radio_group_internal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ func TestRadioGroup_Required(t *testing.T) {
radioGroupTestTapItem(t, radio, 0)
assert.Equal(t, "Hi", radio.Selected, "tapping selected option of required radio does nothing")
radioGroupTestTapItem(t, radio, 1)
//radio.items[1].Tapped(&fyne.PointEvent{Position: fyne.NewPos(theme.Padding(), radio.Size().Height-theme.Padding())})
assert.Equal(t, "There", radio.Selected)
}

Expand Down

0 comments on commit a719e65

Please sign in to comment.