[libgweather/ebassi/libsoup3: 19/21] tests: Use g_assert_no_error()
- From: Emmanuele Bassi <ebassi src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [libgweather/ebassi/libsoup3: 19/21] tests: Use g_assert_no_error()
 
- Date: Wed, 10 Nov 2021 17:02:34 +0000 (UTC)
 
commit 987dd017fdefdffde19c698df816ce2be1cbfc5f
Author: Patrick Griffis <pgriffis igalia com>
Date:   Tue Sep 21 12:44:16 2021 -0500
    tests: Use g_assert_no_error()
 libgweather/tests/test_libgweather.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgweather/tests/test_libgweather.c b/libgweather/tests/test_libgweather.c
index f2a7b3d2..fe258121 100644
--- a/libgweather/tests/test_libgweather.c
+++ b/libgweather/tests/test_libgweather.c
@@ -426,7 +426,7 @@ test_metar_weather_stations (void)
         return;
     }
 #if SOUP_CHECK_VERSION (2, 99, 2)
-    g_assert_null (error);
+    g_assert_no_error (error);
     g_assert_cmpint (soup_message_get_status (msg), >=, 200);
     g_assert_cmpint (soup_message_get_status (msg), <, 300);
     g_assert_nonnull (body);
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]