Skip to content

Commit

Permalink
Merge pull request #918 from satta/fix-tests
Browse files Browse the repository at this point in the history
Add missing parameter in test Emit call
  • Loading branch information
andre-hub committed Mar 6, 2024
2 parents 52e2aa3 + cbb3bf7 commit 6ffde28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtk/gtk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ func TestBuilder(t *testing.T) {
},
})

go button.Emit("clicked")
go button.Emit("clicked", glib.TYPE_STRING)

select {
case <-done:
Expand Down

0 comments on commit 6ffde28

Please sign in to comment.