about summary refs log tree commit diff
path: root/src/core/devices/wifi/tests/test-devices-wifi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/devices/wifi/tests/test-devices-wifi.c')
-rw-r--r--src/core/devices/wifi/tests/test-devices-wifi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/devices/wifi/tests/test-devices-wifi.c b/src/core/devices/wifi/tests/test-devices-wifi.c
index dc278c94..5d1167cf 100644
--- a/src/core/devices/wifi/tests/test-devices-wifi.c
+++ b/src/core/devices/wifi/tests/test-devices-wifi.c
@@ -1445,7 +1445,7 @@ do_test_ssids_options_to_ptrarray(const char *const *ssids)
         const char *ssid  = ssids[i];
         GBytes *    bytes = ssids_arr->pdata[i];
 
-        g_assert(nm_utils_gbytes_equal_mem(bytes, ssid, strlen(ssid)));
+        g_assert(nm_g_bytes_equal_mem(bytes, ssid, strlen(ssid)));
     }
 }