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:
Alexander Mikhaylenko 2020-04-24 23:50:43 +05:00
parent 389575ee18
commit 197fe80857

View File

@ -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;