[libgweather/pgriffis/libsoup-ci: 4/4] tests: Use g_assert_no_error()
- From: Patrick Griffis <pgriffis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgweather/pgriffis/libsoup-ci: 4/4] tests: Use g_assert_no_error()
- Date: Tue, 5 Oct 2021 21:37:51 +0000 (UTC)
commit 112faaafbb8d6fdbcfb08bb510ee735040680080
Author: Patrick Griffis <pgriffis igalia com>
Date: Tue Sep 21 12:44:16 2021 -0500
tests: Use g_assert_no_error()
libgweather/test_libgweather.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgweather/test_libgweather.c b/libgweather/test_libgweather.c
index c9371a55..0b894978 100644
--- a/libgweather/test_libgweather.c
+++ b/libgweather/test_libgweather.c
@@ -451,7 +451,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]