tests: Fix typo in memory-monitor-portal.py.in

This was my mistake in commit 67a9fbf1fa.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>

Helps: #3237
This commit is contained in:
Philip Withnall 2024-01-30 07:37:50 +00:00
parent 5f345a2653
commit b2144afe28

View File

@ -87,7 +87,7 @@ try:
self.dbusmock.EmitWarning(level)
return GLib.SOURCE_CONTINUE
idle_id = GLib.idle_add(self.emit_warning, 0)
idle_id = GLib.idle_add(emit_warning, 0)
while self.last_warning != 0:
self.main_context.iteration(True)
GLib.source_remove(idle_id)