tests: state: remove the "escaped" state file at the end of the test

This commit is contained in:
George Kiagiadakis 2021-08-19 10:39:49 +03:00
parent 07b4a13315
commit daa4da5ffc

View file

@ -198,6 +198,8 @@ test_state_escaped (void)
g_assert_cmpstr (wp_properties_get (props, "\\\\"), ==, "v20");
g_assert_cmpstr (wp_properties_get (props, "[]["), ==, "][]");
}
wp_state_clear (state);
}
int