Commit 6f1dc64f authored by Hitster GTD's avatar Hitster GTD

Merge pull request #1919 from bluca/xpub_test_logic

Problem: assertion in test_xpub_manual is swapped
parents dd038ae3 a9360030
......@@ -230,7 +230,7 @@ int test_xpub_proxy_unsubscribe_on_disconnect()
int test_missing_subscriptions(const char *frontend, const char *backend)
{
assert (!frontend && !backend);
assert (frontend && backend);
const char* topic1 = "1";
const char* topic2 = "2";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment