(squash later) test rule count

This commit is contained in:
Mingye Wang 2018-10-17 10:26:05 -04:00
parent 94ee776113
commit 847b43ffd3
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ static int test_parsing(void)
tr_free(path);
tr_sessionReloadBlocklists(session);
check(tr_blocklistExists(session));
check_int(tr_blocklistGetRuleCount(session), ==, 4);
check_int(tr_blocklistGetRuleCount(session), ==, 5);
/* enable the blocklist */
check(!tr_blocklistIsEnabled(session));