mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-12 20:00:09 +00:00
testsuite: Fix swapped params in notify test
The expected and counted params are swapped in literally every call, so swapping the params to match them.
This commit is contained in:
parent
389575ee18
commit
197fe80857
@ -26,8 +26,8 @@
|
||||
static void
|
||||
assert_notifies (GObject *object,
|
||||
const char *property,
|
||||
guint expected,
|
||||
guint counted)
|
||||
guint counted,
|
||||
guint expected)
|
||||
{
|
||||
if (expected == counted)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user