[libgweather/pgriffis/libsoup-ci: 4/5] tests: Use g_assert_no_error()




commit 76f1adbac63925b2cd8801c040455634de623a10
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 018da20c..59069f65 100644
--- a/libgweather/tests/test_libgweather.c
+++ b/libgweather/tests/test_libgweather.c
@@ -438,7 +438,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]