summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2018-03-02 21:44:36 -0600
committerMichael Catanzaro <mcatanzaro@igalia.com>2018-03-02 21:44:36 -0600
commit6e209f79a0b344bcb0bfc3e6a3d3005b01120c3f (patch)
tree9881b8ea905d853a68fc735e465ac102c0146879 /tests
parent8e0f8b963063c744afe862cbdb0c17438bc846be (diff)
downloadepiphany-6e209f79a0b344bcb0bfc3e6a3d3005b01120c3f.tar.gz
Fix location entry test after location entry redesign
Diffstat (limited to 'tests')
-rw-r--r--tests/ephy-location-entry-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ephy-location-entry-test.c b/tests/ephy-location-entry-test.c
index bcd6bebaa..4d232a2f8 100644
--- a/tests/ephy-location-entry-test.c
+++ b/tests/ephy-location-entry-test.c
@@ -95,7 +95,7 @@ test_entry_get_location_empty (void)
widget = EPHY_TITLE_WIDGET (ephy_location_entry_new ());
get = ephy_title_widget_get_address (widget);
- g_assert_cmpstr ("", ==, get);
+ g_assert_null (get);
}
static void